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 | 齊槃??? | 11101010100011101001111011001111001111110011111100111111 | ea8e9ecf3f3f3f |
EUC-JP | 齊槃??? | 11110011111011101101110011010001001111110011111100111111 | f3eedcd13f3f3f |
UTF-8 | 齊槃렋쭹렱 | 111010011011110110001010111001101010011110000011111010111010000010001011111011001010110110111001111010111010000010110001 | e9bd8ae6a783eba08becadb9eba0b1 |
UHC | 齊槃렋쭹렱 | 11110000101110101101101011101001100011101010001011000010111001111000111010111110 | f0badae98ea2c2e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)