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 | 中頭?? | 100100101000011010010011101010100011111100111111 | 928693aa3f3f |
EUC-JP | 中頭?? | 110000111110011011000110101011000011111100111111 | c3e6c6ac3f3f |
UTF-8 | 中頭렰렩 | 111001001011100010101101111010011010000010101101111010111010000010110000111010111010000010101001 | e4b8ade9a0adeba0b0eba0a9 |
UHC | 中頭렰렩 | 1111000111101001110101001110100110001110101111011000111010110111 | f1e9d4e98ebd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)