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 | 錮「蠅 | 1110011111111100101000101110010110100010 | e7fca2e5a2 |
EUC-JP | 錮「蠅 | 111011101111111010001110101000101110101010100100 | eefe8ea2eaa4 |
UTF-8 | 錮「蠅 | 111010011000110010101110111011111011110110100010111010001010000010000101 | e98caeefbda2e8a085 |
UHC | 錮?蠅 | 1100110111010001001111111110001110110010 | cdd13fe3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)