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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 溏輒U | 1001111111101101111001110110101101010101 | 9fede76b55 |
EUC-JP | 溏輒U | 1101111011101111111011011100110001010101 | deefedcc55 |
UTF-8 | 溏輒U | 11100110101110101000111111101000101111001001001001010101 | e6ba8fe8bc9255 |
UHC | ?輒U | 00111111111101001110010101010101 | 3ff4e555 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)