To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絣級勧絣 | 1110001101010010100010111000100110001010101010011110001101010010 | e3528b898aa9e352 |
EUC-JP | 絣級勧絣 | 1110010110110011101101011110100110110100101010111110010110110011 | e5b3b5e9b4abe5b3 |
UTF-8 | 絣級勧絣 | 111001111011010110100011111001111011010010011010111001011000101110100111111001111011010110100011 | e7b5a3e7b49ae58ba7e7b5a3 |
UHC | ?級?? | 0011111111010000111001000011111100111111 | 3fd0e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)