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 | 轅?才?鳥 | 1110011101110110001111111000110111001011001111111001001010111001 | e7763f8dcb3f92b9 |
EUC-JP | 轅?才?鳥 | 1110110111010111001111111011101011001101001111111100010010111011 | edd73fbacd3fc4bb |
UTF-8 | 轅렒才렭鳥 | 111010001011110110000101111010111010000010010010111001101000100110001101111010111010000010101101111010011011001110100101 | e8bd85eba092e6898deba0ade9b3a5 |
UHC | 轅렒才렭鳥 | 11101010101111111000111010100111111011101010011010001110101110101111000011101000 | eabf8ea7eea68ebaf0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)