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 | 隶瑚ス滓升 | 111010001010111010001100111010001011110110011111111001101000111110100001 | e8ae8ce8bd9fe68fa1 |
EUC-JP | 隶瑚ス滓升 | 11110000101100001011100011101010100011101011110111011110111010001011111010100011 | f0b0b8ea8ebddee8bea3 |
UTF-8 | 隶瑚ス滓升 | 111010011001101010110110111001111001000110011010111011111011110110111101111001101011101110010011111001011000110110000111 | e99ab6e7919aefbdbde6bb93e58d87 |
UHC | ?瑚?滓升 | 0011111111111011110100010011111111101110101010111110001110101110 | 3ffbd13feeabe3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)