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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 翊狡莚羌 | 1110001111000010111000001100001011100100101011011110001110110011 | e3c2e0c2e4ade3b3 |
EUC-JP | 翊狡莚羌 | 1110011011000100111000001100010011101000101011111110011010110101 | e6c4e0c4e8afe6b5 |
UTF-8 | 翊狡莚羌 | 111001111011111110001010111001111000101110100001111010001000111010011010111001111011111010001100 | e7bf8ae78ba1e88e9ae7be8c |
UHC | 翊狡?羌 | 11101100110011011100111011101010001111111100101110110110 | eccdceea3fcbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)