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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | ?ゆ?u^ | 001111111000001011100100001111110111010101011110 | 3f82e43f755e |
| EUC-JP | ?ゆ?u^ | 001111111010010011100110001111110111010101011110 | 3fa4e63f755e |
| UTF-8 | 銳ゆ꼇u^ | 1110100110001010101100111110001110000010100001101110101010111100100001110111010101011110 | e98ab3e38286eabc87755e |
| UHC | 銳ゆ꼇u^ | 1110011111100101101010101110011010110010101110110111010101011110 | e7e5aae6b2bb755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)