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 | 訒呎ioBF | 111110111010001110011001111001101000001010001001011011110100001001000110 | fba399e682896f4246 |
EUC-JP | 訒呎ioBF | 10001111110111011100100011010010111010001010001111101001011011110100001001000110 | 8fddc8d2e8a3e96f4246 |
UTF-8 | 訒呎ioBF | 111010001010100010010010111001011001000110001110111011111011110110001001011011110100001001000110 | e8a892e5918eefbd896f4246 |
UHC | ??ioBF | 00111111001111111010001111101001011011110100001001000110 | 3f3fa3e96f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)