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 | 蛞鶲^ | 1110010101111100111010100100111101011110 | e57cea4f5e |
EUC-JP | 蛞鶲^ | 1110100111011101111100111011000001011110 | e9ddf3b05e |
UTF-8 | 蛞鶲^ | 11101000100110111001111011101001101101101011001001011110 | e89b9ee9b6b25e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)