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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薐ф巷 | 111001010101001010000100100001101000110101001010 | e55284868d4a |
EUC-JP | 薐ф巷 | 111010011011001110100111111001101011100110101011 | e9b3a7e6b9ab |
UTF-8 | 薐ф巷 | 1110100010010110100100001101000110000100111001011011011110110111 | e89690d184e5b7b7 |
UHC | ?ф巷 | 0011111110101100111001101111100111110101 | 3face6f9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)