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 | 횠첩횎챈챔짹 | 111011011001101010100000111011001011001010101001111011011001101010001110111011001011000110001000111011001011000110010100111011001010011110111001 | ed9aa0ecb2a9ed9a8eecb188ecb194eca7b9 |
UHC | 횠첩횎챈챔짹 | 110000111001100011000011101110001100001110001010110000111010011011000011101010001100001010110001 | c398c3b8c38ac3a6c3a8c2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)