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 | 陝翌調 | 111010001001111110010111100000101001001010110010 | e89f978292b2 |
EUC-JP | 陝翌調 | 111100001010000111001101111000101100010010110100 | f0a1cde2c4b4 |
UTF-8 | 陝翌調 | 111010011001100110011101111001111011111110001100111010001010101010111111 | e9999de7bf8ce8aabf |
UHC | 陝翌調 | 111000001110110111101100110011101111000011100000 | e0edeccef0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)