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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 稈滸笞輊 | 1110001001100010100111111111010111100010100110101110011101101000 | e2629ff5e29ae768 |
| EUC-JP | 稈滸笞輊 | 1110001111000011110111101111011111100011111110101110110111001001 | e3c3def7e3faedc9 |
| UTF-8 | 稈滸笞輊 | 111001111010100010001000111001101011101110111000111001111010110010011110111010001011110010001010 | e7a888e6bbb8e7ac9ee8bc8a |
| UHC | 稈滸笞? | 11001010110110011111101111001010111101111100001000111111 | cad9fbcaf7c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)