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 | 荳庚鬚 | 111001001011100010001101010011011110100110100010 | e4b88d4de9a2 |
EUC-JP | 荳庚鬚 | 111010001011101010111001101011101111001010100100 | e8bab9aef2a4 |
UTF-8 | 荳庚鬚 | 111010001000110110110011111001011011101010011010111010011010110010011010 | e88db3e5ba9ae9ac9a |
UHC | 荳庚鬚 | 110101001110010111001100110100101110001011010001 | d4e5ccd2e2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)