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 | 盖痾齏 | 111000011011001111100001011111011110100011101011 | e1b3e17de8eb |
EUC-JP | 盖痾齏 | 111000101011010111100001110111101111000011101101 | e2b5e1def0ed |
UTF-8 | 盖痾齏 | 111001111001101110010110111001111001011110111110111010011011110110001111 | e79b96e797bee9bd8f |
UHC | 盖?? | 11001011110011000011111100111111 | cbcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)