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?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 弔?P趙? | 10010010101000100011111101010000111001101110001000111111 | 92a23f50e6e23f |
EUC-JP | 弔?P趙? | 11000100101001000011111101010000111011001110010000111111 | c4a43f50ece43f |
UTF-8 | 弔렟P趙퐝 | 11100101101111001001010011101011101000001001111101010000111010001011011010011001111011011001000010011101 | e5bc94eba09f50e8b699ed909d |
UHC | 弔렟P趙퐝 | 111100001100000010001110101100000101000011110000111000011100011110100010 | f0c08eb050f0e1c7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)