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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 쩐횕징횣 | 111011001010100110010000111011011001101010010101111011001010011110010101111011011001101010100011 | eca990ed9a95eca795ed9aa3 |
UHC | 쩐횕징횣 | 1100001010111110110000111000111111000010101000011100001110011010 | c2bec38fc2a1c39a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)