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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 云廐oBF | 10001001010111011001101111111011011011110100001001000110 | 895d9bfb6f4246 |
EUC-JP | 云廐oBF | 10110001101111101101011011111101011011110100001001000110 | b1bed6fd6f4246 |
UTF-8 | 云廐oBF | 111001001011101010010001111001011011101110010000011011110100001001000110 | e4ba91e5bb906f4246 |
UHC | 云廐oBF | 11101001111101101100111110101010011011110100001001000110 | e9f6cfaa6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)