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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁「寬倆丐 | 111001101010110110100010111110101010101010011000111011011001100010100000 | e6ada2faaa98ed98a0 |
EUC-JP | 豁「?倆丐 | 111011001010111110001110101000100011111111010000111011111101000010100010 | ecaf8ea23fd0efd0a2 |
UTF-8 | 豁「寬倆丐 | 111010001011000110000001111011111011110110100010111001011010111110101100111001011000000010000110111001001011100010010000 | e8b181efbda2e5aface58086e4b890 |
UHC | 豁?寬倆? | 1111110011000011001111111100111010110000110101011101011000111111 | fcc33fceb0d5d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)