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 | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
SJIS-WIN | 掌??FB | 100011111011011000111111001111110100011001000010 | 8fb63f3f4642 |
EUC-JP | 掌??FB | 101111101011100000111111001111110100011001000010 | beb83f3f4642 |
UTF-8 | 掌싵뼃FB | 1110011010001110100011001110110010001011101101011110101110111100100000110100011001000010 | e68e8cec8bb5ebbc834642 |
UHC | 掌싵뼃FB | 1110110111100110100110101110111010010110100011010100011001000010 | ede69aee968d4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)