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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 車尺B | 100011101101010010001110110110101111001011111001111100001100000101000010 | 8ed48edaf2f9f0c142 |
EUC-JP | 車尺??B | 10111100110101101011110011011100001111110011111101000010 | bcd6bcdc3f3f42 |
UTF-8 | 車尺B | 11101000101110111000101011100101101100001011101011101110100010001011000011101110100000101000000001000010 | e8bb8ae5b0baee88b0ee828042 |
UHC | 車尺??B | 11110011101100111111010010101001001111110011111101000010 | f3b3f4a93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)