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 | 車讓縞 | 100011101101010011100110101010001000111011001000 | 8ed4e6a88ec8 |
EUC-JP | 車讓縞 | 101111001101011011101100101010101011110011001010 | bcd6ecaabcca |
UTF-8 | 車讓縞 | 111010001011101110001010111010001010111010010011111001111011100010011110 | e8bb8ae8ae93e7b89e |
UHC | 車讓縞 | 111100111011001111100101110100111111101111010110 | f3b3e5d3fbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)