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 | 熊γ | 10001100010001101000001111000001 | 8c4683c1 |
EUC-JP | 熊γ | 10110111101001111010011011000011 | b7a7a6c3 |
UTF-8 | 熊γ | 1110011110000110100010101100111010110011 | e7868aceb3 |
UHC | 熊γ | 11101010101010001010010111100011 | eaa8a5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)