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 | 111001101111001110001101011110011110011011110011100011010111100101000010 | e6f38d79e6f38d7942 |
EUC-JP | 跿酵跿酵B | 111011001111010110111001110110101110110011110101101110011101101001000010 | ecf5b9daecf5b9da42 |
UTF-8 | 跿酵跿酵B | 11101000101101111011111111101001100001011011010111101000101101111011111111101001100001011011010101000010 | e8b7bfe985b5e8b7bfe985b542 |
UHC | ?酵?酵B | 00111111111111011010001100111111111111011010001101000010 | 3ffda33ffda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)