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 | 探測箪 | 100100100101010010010001101010101001001001011100 | 925491aa925c |
EUC-JP | 探測箪 | 110000111011010111000010101011001100001110111101 | c3b5c2acc3bd |
UTF-8 | 探測箪 | 111001101000111010100010111001101011100010101100111001111010111010101010 | e68ea2e6b8ace7aeaa |
UHC | 探測? | 1111011110101110111101101011010000111111 | f7aef6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)