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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻エ讎翫★ | 111010001000010110110100111001101010011010001010111000111000000110011010 | e885b4e6a68ae3819a |
EUC-JP | 閻エ讎翫★ | 11101111111001011000111010110100111011001010100010110100111001011010000111111010 | efe58eb4eca8b4e5a1fa |
UTF-8 | 閻エ讎翫★ | 111010011001011010111011111011111011110110110100111010001010111010001110111001111011111110101011111000101001100010000101 | e996bbefbdb4e8ae8ee7bfabe29885 |
UHC | 閻??翫★ | 1110011110100010001111110011111111101000110100011010000111011010 | e7a23f3fe8d1a1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)