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 | 鈺賻骰 | 111110111100010011100110110100001110100110001101 | fbc4e6d0e98d |
EUC-JP | 鈺賻骰 | 10001111111000111101010111101100110100101111000111101101 | 8fe3d5ecd2f1ed |
UTF-8 | 鈺賻骰 | 111010011000100010111010111010001011001110111011111010011010101010110000 | e988bae8b3bbe9aab0 |
UHC | 鈺賻? | 1110100010101101110111011011100000111111 | e8adddb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)