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 | 襭旧4脱襭 | 11100110010000101000101110001100100000100101001110010010010001011110011001000010 | e6428b8c82539245e642 |
EUC-JP | 襭旧4脱襭 | 11101011101000111011010111101100101000111011010011000011101001101110101110100011 | eba3b5eca3b4c3a6eba3 |
UTF-8 | 襭旧4脱襭 | 111010001010010110101101111001101001011110100111111011111011110010010100111010001000010010110001111010001010010110101101 | e8a5ade697a7efbc94e884b1e8a5ad |
UHC | ??4?? | 001111110011111110100011101101000011111100111111 | 3f3fa3b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)