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 | 茫玖 | 11100100101010011000101111101000 | e4a98be8 |
EUC-JP | 茫玖 | 11101000101010111011011011101010 | e8abb6ea |
UTF-8 | 茫玖 | 111010001000110010101011111001111000111010010110 | e88cabe78e96 |
UHC | 茫玖 | 11011000110101001100111110111000 | d8d4cfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)