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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 碍?\ | 10001010010101100011111101011100 | 8a563f5c |
EUC-JP | 碍?\ | 10110011101101110011111101011100 | b3b73f5c |
UTF-8 | 碍꼏\ | 11100111101000101000110111101010101111001000111101011100 | e7a28deabc8f5c |
UHC | 碍꼏\ | 1110010011110100100001000110011101011100 | e4f484675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)