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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | シト宍杓@h | 1011110011000100100011101011001110001110110110110100000001101000 | bcc48eb38edb4068 |
EUC-JP | シト宍杓@h | 10001110101111001000111011000100101111001011010110111100110111010100000001101000 | 8ebc8ec4bcb5bcdd4068 |
UTF-8 | シト宍杓@h | 1110111110111101101111001110111110111110100001001110010110101110100011011110011010011101100100110100000001101000 | efbdbcefbe84e5ae8de69d934068 |
UHC | ???杓@h | 00111111001111110011111111111000111101010100000001101000 | 3f3f3ff8f54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)