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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 湫溏i湫溏iB | 1001111111010101100111111110110101101001100111111101010110011111111011010110100101000010 | 9fd59fed699fd59fed6942 |
EUC-JP | 湫溏i湫溏iB | 1101111011010111110111101110111101101001110111101101011111011110111011110110100101000010 | ded7deef69ded7deef6942 |
UTF-8 | 湫溏i湫溏iB | 111001101011100110101011111001101011101010001111011010011110011010111001101010111110011010111010100011110110100101000010 | e6b9abe6ba8f69e6b9abe6ba8f6942 |
UHC | 湫?i湫?iB | 111101011101001100111111011010011111010111010011001111110110100101000010 | f5d33f69f5d33f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)