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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ???A蝸 | 001111110011111100111111010000011110010110010111 | 3f3f3f41e597 |
EUC-JP | ???A蝸 | 001111110011111100111111010000011110100111110111 | 3f3f3f41e9f7 |
UTF-8 | 조저적A蝸 | 11101100101000011011000011101100101000001000000011101100101000001000000101000001111010001001110110111000 | eca1b0eca080eca08141e89db8 |
UHC | 조저적A蝸 | 110000011011011011000000111110101100000011111011010000011110100011000100 | c1b6c0fac0fb41e8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)