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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跣零倦 | 111001101110111110010111111010111000110010010001 | e6ef97eb8c91 |
EUC-JP | 跣零倦 | 111011001111000111001110111011011011011111110001 | ecf1ceedb7f1 |
UTF-8 | 跣零倦 | 111010001011011110100011111010011001101110110110111001011000000010100110 | e8b7a3e99bb6e580a6 |
UHC | 跣零倦 | 111000001101001111010110110000111100111111100110 | e0d3d6c3cfe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)