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 | 쨔챗쨉횠횈횇 | 111011001010100010010100111011001011000110010111111011001010100010001001111011011001101010100000111011011001101010001000111011011001101010000111 | eca894ecb197eca889ed9aa0ed9a88ed9a87 |
UHC | 쨔챗쨉횠횈횇 | 110000101011100111000011101010101100001010110101110000111001100011000011100001101100001110000101 | c2b9c3aac2b5c398c386c385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)