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 | 錞自 | 11111011110110111000111010101001 | fbdb8ea9 |
EUC-JP | 錞自 | 1000111111100100110111001011110010101011 | 8fe4dcbcab |
UTF-8 | 錞自 | 111010011000110010011110111010001000011110101010 | e98c9ee887aa |
UHC | 錞自 | 11100010111101101110110110111011 | e2f6edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)