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 | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 籌莢v | 1110001011010100111001001011000001110110 | e2d4e4b076 |
EUC-JP | 籌莢v | 1110010011010110111010001011001001110110 | e4d6e8b276 |
UTF-8 | 籌莢v | 11100111101100011000110011101000100011101010001001110110 | e7b18ce88ea276 |
UHC | 籌莢v | 1111000111000011111110101111100001110110 | f1c3faf876 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)