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 | 車執谺 | 100011101101010010001110101101111110011010101100 | 8ed48eb7e6ac |
EUC-JP | 車執谺 | 101111001101011010111100101110011110110010101110 | bcd6bcb9ecae |
UTF-8 | 車執谺 | 111010001011101110001010111001011001111110110111111010001011000010111010 | e8bb8ae59fb7e8b0ba |
UHC | 車執? | 1111001110110011111100101111101100111111 | f3b3f2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)