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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 梢涇G | 1000111110111101111110101111101101000111 | 8fbdfafb47 |
EUC-JP | 梢涇G | 101111101011111110001111110001111100011101000111 | bebf8fc7c747 |
UTF-8 | 梢涇G | 11100110101000101010001011100110101101101000011101000111 | e6a2a2e6b68747 |
UHC | 梢涇G | 1111010011111110110011001101110001000111 | f4feccdc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)