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 | 111010001001101110011011011110101110100010011011100110110111101001000010 | e89b9b7ae89b9b7a42 |
EUC-JP | 陋孵陋孵B | 111011111111101111010101110110111110111111111011110101011101101101000010 | effbd5dbeffbd5db42 |
UTF-8 | 陋孵陋孵B | 11101001100110011000101111100101101011011011010111101001100110011000101111100101101011011011010101000010 | e9998be5adb5e9998be5adb542 |
UHC | 陋孵陋孵B | 110101111011000011011101101000101101011110110000110111011010001001000010 | d7b0dda2d7b0dda242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)