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 | 探他測他 | 1001001001010100100100011011110010010001101010101001000110111100 | 925491bc91aa91bc |
EUC-JP | 探他測他 | 1100001110110101110000101011111011000010101011001100001010111110 | c3b5c2bec2acc2be |
UTF-8 | 探他測他 | 111001101000111010100010111001001011101110010110111001101011100010101100111001001011101110010110 | e68ea2e4bb96e6b8ace4bb96 |
UHC | 探他測他 | 1111011110101110111101101110001011110110101101001111011011100010 | f7aef6e2f6b4f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)