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 | 籬ル┣跟 | 1110001011011111100000111000101110000100101100001110011011101110 | e2df838b84b0e6ee |
EUC-JP | 籬ル┣跟 | 1110010011100001101001011110101110101000101100101110110011110000 | e4e1a5eba8b2ecf0 |
UTF-8 | 籬ル┣跟 | 111001111011000110101100111000111000001110101011111000101001010010100011111010001011011110011111 | e7b1ace383abe294a3e8b79f |
UHC | 籬ル┣? | 11010111111001101010101111101011101001101011001000111111 | d7e6abeba6b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)