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 | ^V] | 1000100101011110100001110101011001011101 | 895e87565d |
SJIS-WIN | ?^?V] | 0011111101011110001111110101011001011101 | 3f5e3f565d |
EUC-JP | ?^?V] | 0011111101011110001111110101011001011101 | 3f5e3f565d |
UTF-8 | ^V] | 11000010100010010101111011000010100001110101011001011101 | c2895ec287565d |
UHC | ?^?V] | 0011111101011110001111110101011001011101 | 3f5e3f565d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)