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 | 車凜斜 | 100011101101010011101010101000111000111011001110 | 8ed4eaa38ece |
EUC-JP | 車凜斜 | 101111001101011011110100101001011011110011010000 | bcd6f4a5bcd0 |
UTF-8 | 車凜斜 | 111010001011101110001010111001011000011110011100111001101001011010011100 | e8bb8ae5879ce6969c |
UHC | 車凜斜 | 111100111011001111010111110011111101111011011000 | f3b3d7cfded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)