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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 鈿エ蜑頑エイh | 11100111111011011011010011100101100010011000101011100110101101001011001001101000 | e7edb4e5898ae6b4b268 |
EUC-JP | 鈿エ蜑頑エイh | 11101110111011111000111010110100111010011110100110110100111010001000111010110100100011101011001001101000 | eeef8eb4e9e9b4e88eb48eb268 |
UTF-8 | 鈿エ蜑頑エイh | 11101001100010001011111111101111101111011011010011101000100111001001000111101001101000001001000111101111101111011011010011101111101111011011001001101000 | e988bfefbdb4e89c91e9a091efbdb4efbdb268 |
UHC | 鈿??頑??h | 111011111010111100111111001111111110100011010111001111110011111101101000 | efaf3f3fe8d73f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)