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 | 形句 | 10001100011000001000101111100101 | 8c608be5 |
EUC-JP | 形句 | 10110111110000011011011011100111 | b7c1b6e7 |
UTF-8 | 形句 | 111001011011110110100010111001011000111110100101 | e5bda2e58fa5 |
UHC | 形句 | 11111011101000011100111110100011 | fba1cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)