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 | 翔癘薜羌 | 1110001111000100111000011001011011100101010011111110001110110011 | e3c4e196e54fe3b3 |
EUC-JP | 翔癘薜羌 | 1110011011000110111000011111011011101001101100001110011010110101 | e6c6e1f6e9b0e6b5 |
UTF-8 | 翔癘薜羌 | 111001111011111110010100111001111001100110011000111010001001011010011100111001111011111010001100 | e7bf94e79998e8969ce7be8c |
UHC | 翔??羌 | 110111111101011000111111001111111100101110110110 | dfd63f3fcbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)