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 | 11100100111001110011111100111111011011110100001001000110 | e4e73f3f6f4246 |
EUC-JP | 蓍??oBF | 11101000111010010011111100111111011011110100001001000110 | e8e93f3f6f4246 |
UTF-8 | 蓍귡꼁oBF | 111010001001001110001101111010101011011110100001111010101011110010000001011011110100001001000110 | e8938deab7a1eabc816f4246 |
UHC | 蓍귡꼁oBF | 111000111100100110000010111010011000010001010110011011110100001001000110 | e3c982e984566f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)