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 | 鍾テソ」 | 1000111111011111110000111011111110100011 | 8fdfc3bfa3 |
EUC-JP | 鍾テソ」 | 1011111011100001100011101100001110001110101111111000111010100011 | bee18ec38ebf8ea3 |
UTF-8 | 鍾テソ」 | 111010011000110110111110111011111011111010000011111011111011110110111111111011111011110110100011 | e98dbeefbe83efbdbfefbda3 |
UHC | 鍾??? | 1111000110100011001111110011111100111111 | f1a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)