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 | 襾翠侃 | 111001100100011110010000100010011000101010100100 | e64790898aa4 |
EUC-JP | 襾翠侃 | 111010111010100010111111111010011011010010100110 | eba8bfe9b4a6 |
UTF-8 | 襾翠侃 | 111010001010010110111110111001111011111110100000111001001011111010000011 | e8a5bee7bfa0e4be83 |
UHC | ?翠侃 | 0011111111110110101010001100101011001001 | 3ff6a8cac9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)