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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
UTF-8 | 횂쩐횂짢h횂쩐 | 11101101100110101000001011101100101010011001000011101101100110101000001011101100101001111010001001101000111011011001101010000010111011001010100110010000 | ed9a82eca990ed9a82eca7a268ed9a82eca990 |
UHC | 횂쩐횂짢h횂쩐 | 11000011100000101100001010111110110000111000001011000010101010000110100011000011100000101100001010111110 | c382c2bec382c2a868c382c2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)