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 | 111001001111011010010100011010011110010011110110100101000110100101000010 | e4f69469e4f6946942 |
EUC-JP | 蔕琶蔕琶B | 111010001111100011000111110010101110100011111000110001111100101001000010 | e8f8c7cae8f8c7ca42 |
UTF-8 | 蔕琶蔕琶B | 11101000100101001001010111100111100100001011011011101000100101001001010111100111100100001011011001000010 | e89495e790b6e89495e790b642 |
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)