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 | 轅?製?砥 | 1110011101110110001111111001000010111011001111111001001101110101 | e7763f90bb3f9375 |
EUC-JP | 轅?製?砥 | 1110110111010111001111111100000010111101001111111100010111010110 | edd73fc0bd3fc5d6 |
UTF-8 | 轅렎製렲砥 | 111010001011110110000101111010111010000010001110111010001010001110111101111010111010000010110010111001111010000010100101 | e8bd85eba08ee8a3bdeba0b2e7a0a5 |
UHC | 轅렎製렲砥 | 11101010101111111000111010100100111100001011001010001110101111111111001010110010 | eabf8ea4f0b28ebff2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)