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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?讎貉ソB | 00111111111001101010011011100110101110011011111101000010 | 3fe6a6e6b9bf42 |
EUC-JP | 淎讎貉ソB | 10001111110001111101100011101100101010001110110010111011100011101011111101000010 | 8fc7d8eca8ecbb8ebf42 |
UTF-8 | 淎讎貉ソB | 11100110101101111000111011101000101011101000111011101000101100101000100111101111101111011011111101000010 | e6b78ee8ae8ee8b289efbdbf42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)