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 | 째째쨉횠짚짱 | 111011001010011110111000111011001010011110111000111011001010100010001001111011011001101010100000111011001010011110011010111011001010011110110001 | eca7b8eca7b8eca889ed9aa0eca79aeca7b1 |
UHC | 째째쨉횠짚짱 | 110000101011000011000010101100001100001010110101110000111001100011000010101001001100001010101111 | c2b0c2b0c2b5c398c2a4c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)