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 | 車湿渉 | 100011101101010010001110101111001000111111000010 | 8ed48ebc8fc2 |
EUC-JP | 車湿渉 | 101111001101011010111100101111101011111011000100 | bcd6bcbebec4 |
UTF-8 | 車湿渉 | 111010001011101110001010111001101011100110111111111001101011100010001001 | e8bb8ae6b9bfe6b889 |
UHC | 車?? | 11110011101100110011111100111111 | f3b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)