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 | 車尺丈 | 100011101101010010001110110110101000111111100100 | 8ed48eda8fe4 |
EUC-JP | 車尺丈 | 101111001101011010111100110111001011111011100110 | bcd6bcdcbee6 |
UTF-8 | 車尺丈 | 111010001011101110001010111001011011000010111010111001001011100010001000 | e8bb8ae5b0bae4b888 |
UHC | 車尺丈 | 111100111011001111110100101010011110110111011011 | f3b3f4a9eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)