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 | 蠎邏^ | 1110010110111010111001111011010001011110 | e5bae7b45e |
EUC-JP | 蠎邏^ | 1110101010111100111011101011011001011110 | eabceeb65e |
UTF-8 | 蠎邏^ | 11101000101000001000111011101001100000101000111101011110 | e8a08ee9828f5e |
UHC | ?邏^ | 00111111110101011010010001011110 | 3fd5a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)