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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??鍮? | 11100001100111110011111100111111111010000100101000111111 | e19f3f3fe84a3f |
EUC-JP | 癲??鍮? | 11100010101000010011111100111111111011111010101100111111 | e2a13f3fefab3f |
UTF-8 | 癲얘퀣鍮섆 | 111001111001100110110010111011001001011010011000111011011000000010100011111010011000110110101110111011001000010010000110 | e799b2ec9698ed80a3e98daeec8486 |
UHC | 癲얘퀣鍮섆 | 11101111101001101011111011101010101100111001011111101011101110011001100011100100 | efa6beeab397ebb998e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)