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^ | 0011111100111111001111110101011001011110 | 3f3f3f565e |
SJIS-WIN | V^ | 1111001011100011111101111010001111110000111011010101011001011110 | f2e3f7a3f0ed565e |
EUC-JP | ???V^ | 0011111100111111001111110101011001011110 | 3f3f3f565e |
UTF-8 | V^ | 1110111010001000100110101110111010010110100001101110111010000010101011000101011001011110 | ee889aee9686ee82ac565e |
UHC | ???V^ | 0011111100111111001111110101011001011110 | 3f3f3f565e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)