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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 車尺丈ソ | 10001110110101001000111011011010100011111110010010111111 | 8ed48eda8fe4bf |
EUC-JP | 車尺丈ソ | 1011110011010110101111001101110010111110111001101000111010111111 | bcd6bcdcbee68ebf |
UTF-8 | 車尺丈ソ | 111010001011101110001010111001011011000010111010111001001011100010001000111011111011110110111111 | e8bb8ae5b0bae4b888efbdbf |
UHC | 車尺丈? | 11110011101100111111010010101001111011011101101100111111 | f3b3f4a9eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)