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 | 11100110101110001010011011101100100110101010010011101100101001011010010001101000 | e6b8a6ec9aa4eca5a468 |
UHC | 渦욤쥤h | 11101000101111101011111111101000101000101001011001101000 | e8bebfe8a29668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)