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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 孼????? | 1000111110111010110000110011111100111111001111110011111100111111 | 8fbac33f3f3f3f3f |
UTF-8 | 孼댁뜲麟뗦뵺 | 111001011010110110111100111010111000110010000001111010111001110010110010111011111010011110110011111010111001011110100110111010111011010110111010 | e5adbceb8c81eb9cb2efa7b3eb97a6ebb5ba |
UHC | 孼댁뜲麟뗦뵺 | 111001011110110110110100111011001000110110110000111011001110100010001011111001101001010010111000 | e5edb4ec8db0ece88be694b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)