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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 顔顔瞎B | 10001010111001111000101011100111111000011101000001000010 | 8ae78ae7e1d042 |
EUC-JP | 顔顔瞎B | 10110100111010011011010011101001111000101101001001000010 | b4e9b4e9e2d242 |
UTF-8 | 顔顔瞎B | 11101001101000011001010011101001101000011001010011100111100111101000111001000010 | e9a194e9a194e79e8e42 |
UHC | 顔顔?B | 111001001101010011100100110101000011111101000010 | e4d4e4d43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)