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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | ??ぱ@B | 001111110011111110000010110011110100000001000010 | 3f3f82cf4042 |
EUC-JP | ??ぱ@B | 001111110011111110100100110100010100000001000010 | 3f3fa4d14042 |
UTF-8 | 룵혧ぱ@B | 1110101110100011101101011110110110011000101001111110001110000001101100010100000001000010 | eba3b5ed98a7e381b14042 |
UHC | 룵혧ぱ@B | 1000111110101010110000101000111110101010110100010100000001000010 | 8faac28faad14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)