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 | 111001111011011010011010111010011000000110010100011011110100001001000110 | e7b69ae981946f4246 |
EUC-JP | 邯夐#oBF | 111011101011100011010100111010111010000111110100011011110100001001000110 | eeb8d4eba1f46f4246 |
UTF-8 | 邯夐#oBF | 111010011000001010101111111001011010010010010000111011111011110010000011011011110100001001000110 | e982afe5a490efbc836f4246 |
UHC | 邯?#oBF | 1100101011111011001111111010001110100011011011110100001001000110 | cafb3fa3a36f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)