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 | 綜?瓠?す | 1001000110001110001111111110000101000000001111111000001010110111 | 918e3fe1403f82b7 |
EUC-JP | 綜?瓠?す | 1100000111101110001111111110000110100001001111111010010010111001 | c1ee3fe1a13fa4b9 |
UTF-8 | 綜렰瓠적す | 111001111011011010011100111010111010000010110000111001111001001110100000111011001010000010000001111000111000000110011001 | e7b69ceba0b0e793a0eca081e38199 |
UHC | 綜렰瓠적す | 11110000111111001000111010111101111110111101001011000000111110111010101010111001 | f0fc8ebdfbd2c0fbaab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)