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 | 證??燼 | 111001101001101000111111001111111110000010011110 | e69a3f3fe09e |
EUC-JP | 證??燼 | 111010111111101000111111001111111101111111111110 | ebfa3f3fdffe |
UTF-8 | 證띌깥燼 | 111010001010110110001001111010111001110110001100111010101011100110100101111001111000011110111100 | e8ad89eb9d8ceab9a5e787bc |
UHC | 證띌깥燼 | 1111000111111011101101101110100110110001111110011110001111101000 | f1fbb6e9b1f9e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)