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 | 謔檎蕎 | 111001101000001010001100111001111000101110111100 | e6828ce78bbc |
EUC-JP | 謔檎蕎 | 111010111110001010111000111010011011011010111110 | ebe2b8e9b6be |
UTF-8 | 謔檎蕎 | 111010001010110010010100111001101010101010001110111010001001010110001110 | e8ac94e6aa8ee8958e |
UHC | 謔檎蕎 | 111110011100110011010000110101011100111011110000 | f9ccd0d5cef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)