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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝓滕沙笆カ | 111001011001111110011111111011001000110110111001111000101001011010110110 | e59f9fec8db9e296b6 |
EUC-JP | 蝓滕沙笆カ | 11101010101000011101111011101110101110101011101111100011111101101000111010110110 | eaa1deeebabbe3f68eb6 |
UTF-8 | 蝓滕沙笆カ | 111010001001110110010011111001101011101110010101111001101011001010011001111001111010110010000110111011111011110110110110 | e89d93e6bb95e6b299e7ac86efbdb6 |
UHC | ??沙?? | 001111110011111111011110110111100011111100111111 | 3f3fdede3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)