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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄??烏?? | 1000110110010110001111110011111110001001010001110011111100111111 | 8d963f3f89473f3f |
EUC-JP | 獄??烏?? | 1011100111110110001111110011111110110001101010000011111100111111 | b9f63f3fb1a83f3f |
UTF-8 | 獄몃젺烏놃걞 | 111001111000110110000100111010111010101010000011111011001010000010111010111001111000001110001111111010111000011010000011111010101011000110011110 | e78d84ebaa83eca0bae7838feb8683eab19e |
UHC | 獄몃젺烏놃걞 | 111010001010101110111000111010111010000010101101111010001010000110000110111011011000000110000111 | e8abb8eba0ade8a186ed8187 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)