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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 奣假 | 11111010101000111001100011101111 | faa398ef |
EUC-JP | 奣假 | 1000111110111000111111001101000011110001 | 8fb8fcd0f1 |
UTF-8 | 奣假 | 111001011010010110100011111001011000000110000111 | e5a5a3e58187 |
UHC | ?假 | 001111111100101010100011 | 3fcaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)