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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陟暮メ貅 | 1110100010100000100101011110100110000011100000011110011010111010 | e8a095e98381e6ba |
EUC-JP | 陟暮メ貅 | 1111000010100010110010101110101110100101111000011110110010111100 | f0a2caeba5e1ecbc |
UTF-8 | 陟暮メ貅 | 111010011001100110011111111001101001101010101110111000111000001110100001111010001011001010000101 | e9999fe69aaee383a1e8b285 |
UHC | 陟暮メ? | 11110100101100111101100110111010101010111110000100111111 | f4b3d9baabe13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)