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 | 雄頭? | 1001011101011001100100111010101000111111 | 975993aa3f |
| EUC-JP | 雄頭? | 1100110110111010110001101010110000111111 | cdbac6ac3f |
| UTF-8 | 雄頭율 | 111010011001101110000100111010011010000010101101111011001001110010101000 | e99b84e9a0adec9ca8 |
| UHC | 雄頭율 | 111010101010100111010100111010011100000010110010 | eaa9d4e9c0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)