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 | 場鴈 | 10001111111010101110100111101100 | 8feae9ec |
EUC-JP | 場鴈 | 10111110111011001111001011101110 | beecf2ee |
UTF-8 | 場鴈 | 111001011010000010110100111010011011010010001000 | e5a0b4e9b488 |
UHC | 場? | 111011011101111000111111 | edde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)