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 | 曠_ | 10011110010001001000000101010001 | 9e448151 |
EUC-JP | 曠_ | 11011011101001011010000110110010 | dba5a1b2 |
UTF-8 | 曠_ | 111001101001101110100000111011111011110010111111 | e69ba0efbcbf |
UHC | 曠_ | 11001110110001111010001111011111 | cec7a3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)