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 | 胱脣朎 | 11100011111101111110001111111010111100101111101111111010110111111111010110100110 | e3f7e3faf2fbfadff5a6 |
EUC-JP | 胱脣?朎? | 111001101111100111100110111111000011111110001111110000101111000000111111 | e6f9e6fc3f8fc2f03f |
UTF-8 | 胱脣朎 | 111010001000001110110001111010001000010010100011111011101000100010110010111001101001110010001110111011101001000010010001 | e883b1e884a3ee88b2e69c8eee9091 |
UHC | 胱脣??? | 11001110110011011110001011101110001111110011111100111111 | cecde2ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)