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 | 螟狗侃 | 111001011010010010001011111001111000101010100100 | e5a48be78aa4 |
EUC-JP | 螟狗侃 | 111010101010011010110110111010011011010010100110 | eaa6b6e9b4a6 |
UTF-8 | 螟狗侃 | 111010001001111010011111111001111000101110010111111001001011111010000011 | e89e9fe78b97e4be83 |
UHC | 螟狗侃 | 110110011010110111001111101101111100101011001001 | d9adcfb7cac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)