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 | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
SJIS-WIN | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
EUC-JP | ??????P@h | 001111110011111100111111001111110011111100111111010100000100000001101000 | 3f3f3f3f3f3f504068 |
UTF-8 | 횒횤철쨈처쨉P@h | 111011011001101010010010111011011001101010100100111011001011001010100000111011001010100010001000111011001011001010011000111011001010100010001001010100000100000001101000 | ed9a92ed9aa4ecb2a0eca888ecb298eca889504068 |
UHC | 횒횤철쨈처쨉P@h | 110000111000110111000011100110111100001110110110110000101011010011000011101100111100001010110101010100000100000001101000 | c38dc39bc3b6c2b4c3b3c2b5504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)