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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鞜琶鞜琶B | 111010001101111110010100011010011110100011011111100101000110100101000010 | e8df9469e8df946942 |
EUC-JP | 鞜琶鞜琶B | 111100001110000111000111110010101111000011100001110001111100101001000010 | f0e1c7caf0e1c7ca42 |
UTF-8 | 鞜琶鞜琶B | 11101001100111101001110011100111100100001011011011101001100111101001110011100111100100001011011001000010 | e99e9ce790b6e99e9ce790b642 |
UHC | ?琶?琶B | 00111111111101111111000100111111111101111111000101000010 | 3ff7f13ff7f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)