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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | ??桀?W | 001111110011111110011110011110110011111101010111 | 3f3f9e7b3f57 |
EUC-JP | ??桀?W | 001111110011111111011011110111000011111101010111 | 3f3fdbdc3f57 |
UTF-8 | 룶끼桀쓴W | 11101011101000111011011011101011100000011011110011100110101000011000000011101100100100111011010001010111 | eba3b6eb81bce6a180ec93b457 |
UHC | 룶끼桀쓴W | 100011111010101110110011101000101100101111111010101111101011010001010111 | 8fabb3a2cbfabeb457 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)