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?P^ | 0011111101010000001111110101000001011110 | 3f503f505e |
SJIS-WIN | ?P?P^ | 0011111101010000001111110101000001011110 | 3f503f505e |
EUC-JP | ?P?P^ | 0011111101010000001111110101000001011110 | 3f503f505e |
UTF-8 | ꖑPꖑP^ | 111010101001011010010001010100001110101010010110100100010101000001011110 | ea969150ea9691505e |
UHC | ?P?P^ | 0011111101010000001111110101000001011110 | 3f503f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)