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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 尅笄尅笄^ | 100110111001000111100010101000001001101110010001111000101010000001011110 | 9b91e2a09b91e2a05e |
EUC-JP | 尅笄尅笄^ | 110101011111000111100100101000101101010111110001111001001010001001011110 | d5f1e4a2d5f1e4a25e |
UTF-8 | 尅笄尅笄^ | 11100101101100001000010111100111101011001000010011100101101100001000010111100111101011001000010001011110 | e5b085e7ac84e5b085e7ac845e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)