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 | 菴治勺 | 1111001011000100111001001011110110001110101000011000111011011001 | f2c4e4bd8ea18ed9 |
EUC-JP | ?菴治勺 | 00111111111010001011111110111100101000111011110011011011 | 3fe8bfbca3bcdb |
UTF-8 | 菴治勺 | 111011101000011110111011111010001000111110110100111001101011001010111011111001011000101110111010 | ee87bbe88fb4e6b2bbe58bba |
UHC | ?菴治勺 | 00111111111001001110000011110110101111011110110111000011 | 3fe4e0f6bdedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)