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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 題籠?企 | 10010001111010001110001011000100001111111000101011101001 | 91e8e2c43f8ae9 |
EUC-JP | 題籠?企 | 11000010111010101110010011000110001111111011010011101011 | c2eae4c63fb4eb |
UTF-8 | 題籠렊企 | 111010011010000110001100111001111011000110100000111010111010000010001010111001001011110010000001 | e9a18ce7b1a0eba08ae4bc81 |
UHC | 題籠렊企 | 1111000010111001110101101110101110001110101000011101000011101010 | f0b9d6eb8ea1d0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)