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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 쨉쩍횩첨횞 | 111011001010100010001001111011001010100110001101111011011001101010101001111011001011001010101000111011011001101010011110 | eca889eca98ded9aa9ecb2a8ed9a9e |
UHC | 쨉쩍횩첨횞 | 11000010101101011100001010111101110000111001111111000011101101111100001110010111 | c2b5c2bdc39fc3b7c397 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)