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^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| SJIS-WIN | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| EUC-JP | ????u^ | 001111110011111100111111001111110111010101011110 | 3f3f3f3f755e |
| UTF-8 | 혩짠혩혺u^ | 1110110110011000101010011110110010100111101000001110110110011000101010011110110110011000101110100111010101011110 | ed98a9eca7a0ed98a9ed98ba755e |
| UHC | 혩짠혩혺u^ | 11000010100100011100001010100111110000101001000111000010100111110111010101011110 | c291c2a7c291c29f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)