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 | 郢槫浙 | 111001111011100110011110111001011001111110110100 | e7b99ee59fb4 |
EUC-JP | 郢槫浙 | 111011101011101111011100111001111101111010110110 | eebbdce7deb6 |
UTF-8 | 郢槫浙 | 111010011000001110100010111001101010011110101011111001101011010110011001 | e983a2e6a7abe6b599 |
UHC | ??浙 | 00111111001111111110111110111010 | 3f3fefba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)