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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 鈿エ蜑頑エイE | 11100111111011011011010011100101100010011000101011100110101101001011001001000101 | e7edb4e5898ae6b4b245 |
EUC-JP | 鈿エ蜑頑エイE | 11101110111011111000111010110100111010011110100110110100111010001000111010110100100011101011001001000101 | eeef8eb4e9e9b4e88eb48eb245 |
UTF-8 | 鈿エ蜑頑エイE | 11101001100010001011111111101111101111011011010011101000100111001001000111101001101000001001000111101111101111011011010011101111101111011011001001000101 | e988bfefbdb4e89c91e9a091efbdb4efbdb245 |
UHC | 鈿??頑??E | 111011111010111100111111001111111110100011010111001111110011111101000101 | efaf3f3fe8d73f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)