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 | 拘五恝 | 100011010101001110001100110111001111101010111100 | 8d538cdcfabc |
EUC-JP | 拘五恝 | 10111001101101001011100011011110100011111011110111100111 | b9b4b8de8fbde7 |
UTF-8 | 拘五恝 | 111001101000101110011000111001001011101010010100111001101000000110011101 | e68b98e4ba94e6819d |
UHC | 拘五恝 | 110011111010110011100111111010011100111010111111 | cface7e9cebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)