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 | 00111111001111111000111110000100011011110100001001000110 | 3f3f8f846f4246 |
EUC-JP | ??巡oBF | 00111111001111111011110111100100011011110100001001000110 | 3f3fbde46f4246 |
UTF-8 | 롇렟巡oBF | 111010111010000110000111111010111010000010011111111001011011011110100001011011110100001001000110 | eba187eba09fe5b7a16f4246 |
UHC | 롇렟巡oBF | 100011101100110110001110101100001110001011011110011011110100001001000110 | 8ecd8eb0e2de6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)