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 | 10011110101111100011111100111111011011110100001001000110 | 9ebe3f3f6f4246 |
EUC-JP | 楡??oBF | 11011100110000000011111100111111011011110100001001000110 | dcc03f3f6f4246 |
UTF-8 | 楡띺툣oBF | 111001101010010110100001111010111001110110111010111011011000100010100011011011110100001001000110 | e6a5a1eb9dbaed88a36f4246 |
UHC | 楡띺툣oBF | 111010101111100010001101111010011011100010011010011011110100001001000110 | eaf88de9b89a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)