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 | 芽擁 | 10001001111010001001011101101001 | 89e89769 |
EUC-JP | 芽擁 | 10110010111010101100110111001010 | b2eacdca |
UTF-8 | 芽擁 | 111010001000101010111101111001101001001110000001 | e88abde69381 |
UHC | 芽擁 | 11100100101101001110100010110110 | e4b4e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)