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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綜??而 | 100100011000111000111111001111111000111010100111 | 918e3f3f8ea7 |
EUC-JP | 綜??而 | 110000011110111000111111001111111011110010101001 | c1ee3f3fbca9 |
UTF-8 | 綜쭹쓱而 | 111001111011011010011100111011001010110110111001111011001001001110110001111010001000000010001100 | e7b69cecadb9ec93b1e8808c |
UHC | 綜쭹쓱而 | 1111000011111100110000101110011110111110101100111110110010111011 | f0fcc2e7beb3ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)