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 | 盖喟疼痾 | 1110000110110011100110100101111111100001011101011110000101111101 | e1b39a5fe175e17d |
EUC-JP | 盖喟疼痾 | 1110001010110101110100111100000011100001110101101110000111011110 | e2b5d3c0e1d6e1de |
UTF-8 | 盖喟疼痾 | 111001111001101110010110111001011001011010011111111001111001011010111100111001111001011110111110 | e79b96e5969fe796bce797be |
UHC | 盖?疼? | 110010111100110000111111110101001101100100111111 | cbcc3fd4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)