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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 渦??h | 1000100101010001001111110011111101101000 | 89513f3f68 |
EUC-JP | 渦??h | 1011000110110010001111110011111101101000 | b1b23f3f68 |
UTF-8 | 渦욅즯h | 11100110101110001010011011101100100110101000010111101100101001101010111101101000 | e6b8a6ec9a85eca6af68 |
UHC | 渦욅즯h | 11101000101111101001111011100111101000111000000101101000 | e8be9ee7a38168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)