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 | 豼梦於ヒ | 11100110101111111001101011101011100010011001011111001011 | e6bf9aeb8997cb |
EUC-JP | 豼梦於ヒ | 1110110011000001110101001110110110110001111101111000111011001011 | ecc1d4edb1f78ecb |
UTF-8 | 豼梦於ヒ | 111010001011000110111100111001101010001010100110111001101001011010111100111011111011111010001011 | e8b1bce6a2a6e696bcefbe8b |
UHC | ??於? | 0011111100111111111001011101101000111111 | 3f3fe5da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)