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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺貂骰讎ケ | 111110111100010011100110101110001110100110001101111001101010011010111001 | fbc4e6b8e98de6a6b9 |
EUC-JP | 鈺貂骰讎ケ | 1000111111100011110101011110110010111010111100011110110111101100101010001000111010111001 | 8fe3d5ecbaf1edeca88eb9 |
UTF-8 | 鈺貂骰讎ケ | 111010011000100010111010111010001011001010000010111010011010101010110000111010001010111010001110111011111011110110111001 | e988bae8b282e9aab0e8ae8eefbdb9 |
UHC | 鈺貂??? | 11101000101011011111010110110000001111110011111100111111 | e8adf5b03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)