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 | 11101001100110011001110011100110100010011011011001000010 | e9999ce689b642 |
EUC-JP | 髯懈恩B | 11110001111110011101100011101000101100101011100001000010 | f1f9d8e8b2b842 |
UTF-8 | 髯懈恩B | 11101001101010111010111111100110100001111000100011100110100000011010100101000010 | e9abafe68788e681a942 |
UHC | ?懈恩B | 001111111111101010101011111010111101101001000010 | 3ffaabebda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)