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 | 宍燁式 | 11110000101011101000111010110011111110110101100110001110101011101111000010101100 | f0ae8eb3fb598eaef0ac |
EUC-JP | ?宍燁式? | 001111111011110010110101100011111100101010110011101111001011000000111111 | 3fbcb58fcab3bcb03f |
UTF-8 | 宍燁式 | 111011101000000110101101111001011010111010001101111001111000011110000001111001011011110010001111111011101000000110101011 | ee81ade5ae8de78781e5bc8fee81ab |
UHC | ??燁式? | 00111111001111111110011110100111111000111101001000111111 | 3f3fe7a7e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)