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 | 跡?精賂? | 1001000011010101001111111001000010111000100110000100011100111111 | 90d53f90b898473f |
EUC-JP | 跡?精賂? | 1100000011010111001111111100000010111010110011111010100000111111 | c0d73fc0bacfa83f |
UTF-8 | 跡렍精賂렰 | 111010001011011110100001111010111010000010001101111001111011001010111110111010001011001110000010111010111010000010110000 | e8b7a1eba08de7b2bee8b382eba0b0 |
UHC | 跡렍精賂렰 | 11101110111001101000111010100011111011111111000111010110111100011000111010111101 | eee68ea3eff1d6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)