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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 箏oBF | 111000101011010111110001111111001111000011101001011011110100001001000110 | e2b5f1fcf0e96f4246 |
EUC-JP | 箏??oBF | 11100100101101110011111100111111011011110100001001000110 | e4b73f3f6f4246 |
UTF-8 | 箏oBF | 111001111010111010001111111011101000010110110111111011101000001010101000011011110100001001000110 | e7ae8fee85b7ee82a86f4246 |
UHC | 箏??oBF | 11101110101101000011111100111111011011110100001001000110 | eeb43f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)