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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釈車 | 100011101101111110001110110101001111001011110000 | 8edf8ed4f2f0 |
EUC-JP | 釈車? | 1011110011100001101111001101011000111111 | bce1bcd63f |
UTF-8 | 釈車 | 111010011000011110001000111010001011101110001010111011101000100010100111 | e98788e8bb8aee88a7 |
UHC | ?車? | 00111111111100111011001100111111 | 3ff3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)