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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 陽咤瞎x | 10010111011110101001101001000010111000011101000001111000 | 977a9a42e1d078 |
EUC-JP | 陽咤瞎x | 11001101110110111101001110100011111000101101001001111000 | cddbd3a3e2d278 |
UTF-8 | 陽咤瞎x | 11101001100110011011110111100101100100101010010011100111100111101000111001111000 | e999bde592a4e79e8e78 |
UHC | 陽咤?x | 111001011101010111110110111000110011111101111000 | e5d5f6e33f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)