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 | 횕횋처횤척쨘 | 111011011001101010010101111011011001101010001011111011001011001010011000111011011001101010100100111011001011001010011001111011001010100010011000 | ed9a95ed9a8becb298ed9aa4ecb299eca898 |
UHC | 횕횋처횤척쨘 | 110000111000111111000011100010011100001110110011110000111001101111000011101101001100001010111010 | c38fc389c3b3c39bc3b4c2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)