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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溽烋溽 | 100111111110011111100000011111011001111111100111 | 9fe7e07d9fe7 |
EUC-JP | 溽烋溽 | 110111101110100111011111110111101101111011101001 | dee9dfdedee9 |
UTF-8 | 溽烋溽 | 111001101011101010111101111001111000001110001011111001101011101010111101 | e6babde7838be6babd |
UHC | ?烋? | 00111111111111011100111000111111 | 3ffdce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)