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 | 巐倆坎 | 111110101011011010011000111011011001101010101010 | fab698ed9aaa |
EUC-JP | 巐倆坎 | 10001111101110111111100111010000111011111101010010101100 | 8fbbf9d0efd4ac |
UTF-8 | 巐倆坎 | 111001011011011110010000111001011000000010000110111001011001110110001110 | e5b790e58086e59d8e |
UHC | ?倆坎 | 0011111111010101110101101100101011101100 | 3fd5d6caec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)