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 | 鈺邃^ | 1111101111000100111000101000010001011110 | fbc4e2845e |
EUC-JP | 鈺邃^ | 100011111110001111010101111000111110010001011110 | 8fe3d5e3e45e |
UTF-8 | 鈺邃^ | 11101001100010001011101011101001100000101000001101011110 | e988bae982835e |
UHC | 鈺邃^ | 1110100010101101111000101100010101011110 | e8ade2c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)