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 | 覲絅齏 | 111001100101001011100011010001001110100011101011 | e652e344e8eb |
EUC-JP | 覲絅齏 | 111010111011001111100101101001011111000011101101 | ebb3e5a5f0ed |
UTF-8 | 覲絅齏 | 111010001010011010110010111001111011010110000101111010011011110110001111 | e8a6b2e7b585e9bd8f |
UHC | 覲絅? | 1101000011001100110011001110011100111111 | d0cccce73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)