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 | シ骼オ軸 | 1111001010111111101111001110100110001110101101011000111010110010 | f2bfbce98eb58eb2 |
EUC-JP | ?シ骼オ軸 | 001111111000111010111100111100011110111010001110101101011011110010110100 | 3f8ebcf1ee8eb5bcb4 |
UTF-8 | シ骼オ軸 | 111011101000011110110110111011111011110110111100111010011010101010111100111011111011110110110101111010001011101110111000 | ee87b6efbdbce9aabcefbdb5e8bbb8 |
UHC | ????軸 | 001111110011111100111111001111111111010111101110 | 3f3f3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)