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 | 111001111011010010010100011010011110011110110100100101000110100101000010 | e7b49469e7b4946942 |
EUC-JP | 邏琶邏琶B | 111011101011011011000111110010101110111010110110110001111100101001000010 | eeb6c7caeeb6c7ca42 |
UTF-8 | 邏琶邏琶B | 11101001100000101000111111100111100100001011011011101001100000101000111111100111100100001011011001000010 | e9828fe790b6e9828fe790b642 |
UHC | 邏琶邏琶B | 110101011010010011110111111100011101010110100100111101111111000101000010 | d5a4f7f1d5a4f7f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)