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 | 鬣肴ゥ捺 | 11101001101001011000110111100110101010011001001111100110 | e9a58de6a993e6 |
EUC-JP | 鬣肴ゥ捺 | 1111001010100111101110101110100010001110101010011100011011101000 | f2a7bae88ea9c6e8 |
UTF-8 | 鬣肴ゥ捺 | 111010011010110010100011111010001000001010110100111011111011110110101001111001101000110110111010 | e9aca3e882b4efbda9e68dba |
UHC | ?肴?捺 | 001111111111110110100010001111111101000111110100 | 3ffda23fd1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)