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 | 雍抵スオ鞜丞 | 11101000101101001001001011101111101111011011010111101000110111111000111111100101 | e8b492efbdb5e8df8fe5 |
| EUC-JP | 雍抵スオ鞜丞 | 111100001011011011000100111100011000111010111101100011101011010111110000111000011011111011100111 | f0b6c4f18ebd8eb5f0e1bee7 |
| UTF-8 | 雍抵スオ鞜丞 | 111010011001101110001101111001101000101010110101111011111011110110111101111011111011110110110101111010011001111010011100111001001011100010011110 | e99b8de68ab5efbdbdefbdb5e99e9ce4b89e |
| UHC | 雍抵???丞 | 111010001011110011101110101111010011111100111111001111111110001110101010 | e8bceebd3f3f3fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)