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 | 谿時踝 | 111001101010111010001110100111101110011011110100 | e6ae8e9ee6f4 |
EUC-JP | 谿時踝 | 111011001011000010111011111111101110110011110110 | ecb0bbfeecf6 |
UTF-8 | 谿時踝 | 111010001011000010111111111001101001100110000010111010001011100010011101 | e8b0bfe69982e8b89d |
UHC | 谿時? | 1100110110101100111000111100000100111111 | cdace3c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)