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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鍗鍗^ | 1111101111100000111110111110000001011110 | fbe0fbe05e |
EUC-JP | 鍗鍗^ | 10001111111001001110111110001111111001001110111101011110 | 8fe4ef8fe4ef5e |
UTF-8 | 鍗鍗^ | 11101001100011011001011111101001100011011001011101011110 | e98d97e98d975e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)