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 | 盞糜箟牆 | 1110000110110101111000101111010011100010101011111110000010101101 | e1b5e2f4e2afe0ad |
EUC-JP | 盞糜箟牆 | 1110001010110111111001001111011011100100101100011110000010101111 | e2b7e4f6e4b1e0af |
UTF-8 | 盞糜箟牆 | 111001111001101110011110111001111011001110011100111001111010111010011111111001111000100110000110 | e79b9ee7b39ce7ae9fe78986 |
UHC | 盞??牆 | 111011011101001100111111001111111110110111101101 | edd33f3feded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)