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 | 胱脣朎睇 | 11100011111101111110001111111010111100101111101111111010110111111110000111000111 | e3f7e3faf2fbfadfe1c7 |
EUC-JP | 胱脣?朎睇 | 11100110111110011110011011111100001111111000111111000010111100001110001011001001 | e6f9e6fc3f8fc2f0e2c9 |
UTF-8 | 胱脣朎睇 | 111010001000001110110001111010001000010010100011111011101000100010110010111001101001110010001110111001111001110110000111 | e883b1e884a3ee88b2e69c8ee79d87 |
UHC | 胱脣??? | 11001110110011011110001011101110001111110011111100111111 | cecde2ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)