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 | 鶻溏稙 | 111010100101001010011111111011011110001001100101 | ea529fede265 |
EUC-JP | 鶻溏稙 | 111100111011001111011110111011111110001111000110 | f3b3deefe3c6 |
UTF-8 | 鶻溏稙 | 111010011011011010111011111001101011101010001111111001111010100010011001 | e9b6bbe6ba8fe7a899 |
UHC | ??稙 | 00111111001111111111001011000010 | 3f3ff2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)