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 | 111001011001100010010100011010011110010110011000100101000110100101000010 | e5989469e598946942 |
EUC-JP | 蝌琶蝌琶B | 111010011111100011000111110010101110100111111000110001111100101001000010 | e9f8c7cae9f8c7ca42 |
UTF-8 | 蝌琶蝌琶B | 11101000100111011000110011100111100100001011011011101000100111011000110011100111100100001011011001000010 | e89d8ce790b6e89d8ce790b642 |
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)