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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 宍杓@h | 100011101011001110001110110110110100000001101000 | 8eb38edb4068 |
EUC-JP | 宍杓@h | 101111001011010110111100110111010100000001101000 | bcb5bcdd4068 |
UTF-8 | 宍杓@h | 1110010110101110100011011110011010011101100100110100000001101000 | e5ae8de69d934068 |
UHC | ?杓@h | 0011111111111000111101010100000001101000 | 3ff8f54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)