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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 嫣會ヅB | 10011011011000001001100011110000100000110110010001000010 | 9b6098f0836442 |
EUC-JP | 嫣會ヅB | 11010101110000011101000011110010101001011100010101000010 | d5c1d0f2a5c542 |
UTF-8 | 嫣會ヅB | 11100101101010111010001111100110100111001000001111100011100000111000010101000010 | e5aba3e69c83e3838542 |
UHC | ?會ヅB | 001111111111110011100101101010111100010101000010 | 3ffce5abc542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)