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 | 횕횆책짱짧쨉 | 111011011001101010010101111011011001101010000110111011001011000110000101111011001010011110110001111011001010011110100111111011001010100010001001 | ed9a95ed9a86ecb185eca7b1eca7a7eca889 |
UHC | 횕횆책짱짧쨉 | 110000111000111111000011100001001100001110100101110000101010111111000010101010101100001010110101 | c38fc384c3a5c2afc2aac2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)