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 | 邵貞オ | 1110011110111000100100101110010110110101 | e7b892e5b5 |
EUC-JP | 邵貞オ | 111011101011101011000100111001111000111010110101 | eebac4e78eb5 |
UTF-8 | 邵貞オ | 111010011000001010110101111010001011001010011110111011111011110110110101 | e982b5e8b29eefbdb5 |
UHC | 邵貞? | 1110000111010000111011111111011000111111 | e1d0eff63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)