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 | 豁「寬シ繖ア | 111001101010110110100010111110101010101010111100111000111000010010110001 | e6ada2faaabce384b1 |
EUC-JP | 豁「?シ繖ア | 1110110010101111100011101010001000111111100011101011110011100101111001001000111010110001 | ecaf8ea23f8ebce5e48eb1 |
UTF-8 | 豁「寬シ繖ア | 111010001011000110000001111011111011110110100010111001011010111110101100111011111011110110111100111001111011100110010110111011111011110110110001 | e8b181efbda2e5afacefbdbce7b996efbdb1 |
UHC | 豁?寬??? | 1111110011000011001111111100111010110000001111110011111100111111 | fcc33fceb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)