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 | 10011101100110100011111100111111011011110100001001000110 | 9d9a3f3f6f4246 |
EUC-JP | 撓??oBF | 11011001111110100011111100111111011011110100001001000110 | d9fa3f3f6f4246 |
UTF-8 | 撓뷂쉠oBF | 111001101001001010010011111010111011011110000010111011001000100110100000011011110100001001000110 | e69293ebb782ec89a06f4246 |
UHC | 撓뷂쉠oBF | 111010001111010110010100111011111011110110101010011011110100001001000110 | e8f594efbdaa6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)