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 | 町?\ | 10010010101011000011111101011100 | 92ac3f5c |
EUC-JP | 町?\ | 11000100101011100011111101011100 | c4ae3f5c |
UTF-8 | 町탯\ | 11100111100101001011101011101101100000111010111101011100 | e794baed83af5c |
UHC | 町탯\ | 1110111111101011110001011100100001011100 | efebc5c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)