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 | 彫頭?? | 100100101010010010010011101010100011111100111111 | 92a493aa3f3f |
EUC-JP | 彫頭?? | 110001001010011011000110101011000011111100111111 | c4a6c6ac3f3f |
UTF-8 | 彫頭딧了 | 111001011011110110101011111010011010000010101101111010111001010010100111111011111010011010111010 | e5bdabe9a0adeb94a7efa6ba |
UHC | 彫頭딧了 | 1111000011000001110101001110100110110101111101111110100011100111 | f0c1d4e9b5f7e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)