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 | 枉甕 | 10011110010111011110000101010000 | 9e5de150 |
EUC-JP | 枉甕 | 11011011101111101110000110110001 | dbbee1b1 |
UTF-8 | 枉甕 | 111001101001111010001001111001111001010010010101 | e69e89e79495 |
UHC | 枉甕 | 11101000110110111110100010111000 | e8dbe8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)