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 | 襷狗侃 | 111001100100011010001011111001111000101010100100 | e6468be78aa4 |
EUC-JP | 襷狗侃 | 111010111010011110110110111010011011010010100110 | eba7b6e9b4a6 |
UTF-8 | 襷狗侃 | 111010001010010110110111111001111000101110010111111001001011111010000011 | e8a5b7e78b97e4be83 |
UHC | ?狗侃 | 0011111111001111101101111100101011001001 | 3fcfb7cac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)