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 | 覲絅篦 | 111001100101001011100011010001001110001011000010 | e652e344e2c2 |
EUC-JP | 覲絅篦 | 111010111011001111100101101001011110010011000100 | ebb3e5a5e4c4 |
UTF-8 | 覲絅篦 | 111010001010011010110010111001111011010110000101111001111010111110100110 | e8a6b2e7b585e7afa6 |
UHC | 覲絅? | 1101000011001100110011001110011100111111 | d0cccce73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)