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 | 雹ょ衷蟯 | 1110100010111001100000101110010110010010100011111110010110110010 | e8b982e5928fe5b2 |
EUC-JP | 雹ょ衷蟯 | 1111000010111011101001001110011111000011111011111110101010110100 | f0bba4e7c3efeab4 |
UTF-8 | 雹ょ衷蟯 | 111010011001101110111001111000111000001010000111111010001010000110110111111010001001111110101111 | e99bb9e38287e8a1b7e89faf |
UHC | 雹ょ衷蟯 | 1101101011011111101010101110011111110101111110111110100110101000 | dadfaae7f5fbe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)