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 | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
SJIS-WIN | 鱆x鱆x^ | 11101001111000010111100011101001111000010111100001011110 | e9e178e9e1785e |
EUC-JP | 鱆x鱆x^ | 11110010111000110111100011110010111000110111100001011110 | f2e378f2e3785e |
UTF-8 | 鱆x鱆x^ | 111010011011000110000110011110001110100110110001100001100111100001011110 | e9b18678e9b186785e |
UHC | ?x?x^ | 0011111101111000001111110111100001011110 | 3f783f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)