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 | 屋?^ | 10001001101011100011111101011110 | 89ae3f5e |
EUC-JP | 屋?^ | 10110010101100000011111101011110 | b2b03f5e |
UTF-8 | 屋쟠^ | 11100101101100011000101111101100100111111010000001011110 | e5b18bec9fa05e |
UHC | 屋쟠^ | 1110100010101001101000000110001101011110 | e8a9a0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)