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????? | 00111111010010000011111100111111001111110011111100111111 | 3f483f3f3f3f3f |
SJIS-WIN | ?H????? | 00111111010010000011111100111111001111110011111100111111 | 3f483f3f3f3f3f |
EUC-JP | ?H????? | 00111111010010000011111100111111001111110011111100111111 | 3f483f3f3f3f3f |
UTF-8 | 체H횜횄횕챈횕 | 11101100101100101011010001001000111011011001101010011100111011011001101010000100111011011001101010010101111011001011000110001000111011011001101010010101 | ecb2b448ed9a9ced9a84ed9a95ecb188ed9a95 |
UHC | 체H횜횄횕챈횕 | 11000011101111000100100011000011100101101100001110000011110000111000111111000011101001101100001110001111 | c3bc48c396c383c38fc3a6c38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)