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 | 域??蟯? | 10001000111001100011111100111111111001011011001000111111 | 88e63f3fe5b23f |
EUC-JP | 域??蟯? | 10110000111010000011111100111111111010101011010000111111 | b0e83f3feab43f |
UTF-8 | 域⒴끀蟯믤 | 111001011001111110011111111000101001001010110100111010111000000110000000111010001001111110101111111010111010111110100100 | e59f9fe292b4eb8180e89fafebafa4 |
UHC | 域⒴끀蟯믤 | 11100110101101001010100111100101100001011011011011101001101010001001001011100110 | e6b4a9e585b6e9a892e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)