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 | ???淞 | 0011111100111111001111111001111111000010 | 3f3f3f9fc2 |
EUC-JP | 饔?Ŧ淞 | 100011111110100011101111001111111000111110101001101011111101111011000100 | 8fe8ef3f8fa9afdec4 |
UTF-8 | 饔ㅷŦ淞 | 1110100110100101100101001110001110000101101101111100010110100110111001101011011110011110 | e9a594e385b7c5a6e6b79e |
UHC | 饔ㅷŦ淞 | 1110100010111101101001001110011110101000101011101110000111100111 | e8bda4e7a8aee1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)