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 | ショ。ワイ | 10111100111101011010001010101110101000011101110010110010 | bcf5a2aea1dcb2 |
| EUC-JP | シ?ョ。ワイ | 1000111010111100001111111000111010101110100011101010000110001110110111001000111010110010 | 8ebc3f8eae8ea18edc8eb2 |
| UTF-8 | ショ。ワイ | 111011111011110110111100111011101001000010001101111011111011110110101110111011111011110110100001111011111011111010011100111011111011110110110010 | efbdbcee908defbdaeefbda1efbe9cefbdb2 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)