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 | 貉ソ荳ダ | 11100110101110011011111111100100101110001000001101011111 | e6b9bfe4b8835f |
EUC-JP | 貉ソ荳ダ | 1110110010111011100011101011111111101000101110101010010111000000 | ecbb8ebfe8baa5c0 |
UTF-8 | 貉ソ荳ダ | 111010001011001010001001111011111011110110111111111010001000110110110011111000111000001110000000 | e8b289efbdbfe88db3e38380 |
UHC | ??荳ダ | 001111110011111111010100111001011010101111000000 | 3f3fd4e5abc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)