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 | 粱俄侵脣喝 | 11100010111010111000100111100010100100000100111011100011111110101000101010000101 | e2eb89e2904ee3fa8a85 |
EUC-JP | 粱俄侵脣喝 | 11100100111011011011001011100100101111111010111111100110111111001011001111100101 | e4edb2e4bfafe6fcb3e5 |
UTF-8 | 粱俄侵脣喝 | 111001111011001010110001111001001011111110000100111001001011111010110101111010001000010010100011111001011001011010011101 | e7b2b1e4bf84e4beb5e884a3e5969d |
UHC | 粱俄侵脣喝 | 11010101110111001110010010101101111101101101010111100010111011101100101011100010 | d5dce4adf6d5e2eecae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)