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 | 10011011011011001001111110100100111001001101110101000010 | 9b6c9fa4e4dd42 |
EUC-JP | 嬪洟萬B | 11010101110011011101111010100110111010001101111101000010 | d5cddea6e8df42 |
UTF-8 | 嬪洟萬B | 11100101101011001010101011100110101101001001111111101000100100001010110001000010 | e5acaae6b49fe890ac42 |
UHC | 嬪?萬B | 110111101010111000111111110110001011111101000010 | deae3fd8bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)