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 | 佃? | 100100101100111100111111 | 92cf3f |
EUC-JP | 佃苽 | 1100010011010001100011111101011111011011 | c4d18fd7db |
UTF-8 | 佃苽 | 111001001011110110000011111010001000101110111101 | e4bd83e88bbd |
UHC | 佃苽 | 11101110111011001100110111001001 | eeeccdc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)