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 | 第???雍 | 10010001111001100011111100111111001111111110100010110100 | 91e63f3f3fe8b4 |
EUC-JP | 第???雍 | 11000010111010000011111100111111001111111111000010110110 | c2e83f3f3ff0b6 |
UTF-8 | 第얏렲렪雍 | 111001111010110010101100111011001001011010001111111010111010000010110010111010111010000010101010111010011001101110001101 | e7acacec968feba0b2eba0aae99b8d |
UHC | 第얏렲렪雍 | 11110000101011111011111011100110100011101011111110001110101110001110100010111100 | f0afbee68ebf8eb8e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)