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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 漆赦x | 1000111010111101100011101100110101111000 | 8ebd8ecd78 |
EUC-JP | 漆赦x | 1011110010111111101111001100111101111000 | bcbfbccf78 |
UTF-8 | 漆赦x | 11100110101111001000011011101000101101011010011001111000 | e6bc86e8b5a678 |
UHC | 漆赦x | 1111011011010100110111101111010101111000 | f6d4def578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)