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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 謳罷ケ晄噺B | 11100110100100001001010011101011101110011001110111100110100101001011011001000010 | e69094ebb99de694b642 |
EUC-JP | 謳罷ケ晄噺B | 1110101111110000110010001110110110001110101110011101101011101000110010001011100001000010 | ebf0c8ed8eb9dae8c8b842 |
UTF-8 | 謳罷ケ晄噺B | 11101000101011001011001111100111101111011011011111101111101111011011100111100110100110011000010011100101100110011011101001000010 | e8acb3e7bdb7efbdb9e69984e599ba42 |
UHC | 謳罷?晄?B | 110011111100010011110111111100110011111111111100110011010011111101000010 | cfc4f7f33ffccd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)