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 | 縞場 | 10001110110010001000111111101010 | 8ec88fea |
EUC-JP | 縞場 | 10111100110010101011111011101100 | bccabeec |
UTF-8 | 縞場 | 111001111011100010011110111001011010000010110100 | e7b89ee5a0b4 |
UHC | 縞場 | 11111011110101101110110111011110 | fbd6edde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)