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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횗횇첩쩔채첨 | 111011011001101010010111111011011001101010000111111011001011001010101001111011001010100110010100111011001011000110000100111011001011001010101000 | ed9a97ed9a87ecb2a9eca994ecb184ecb2a8 |
UHC | 횗횇첩쩔채첨 | 110000111001000111000011100001011100001110111000110000101011111111000011101001001100001110110111 | c391c385c3b8c2bfc3a4c3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)