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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雹る豪 | 111010001011100110000010111010011000110110001011 | e8b982e98d8b |
EUC-JP | 雹る豪 | 111100001011101110100100111010111011100111101011 | f0bba4ebb9eb |
UTF-8 | 雹る豪 | 111010011001101110111001111000111000001010001011111010001011000110101010 | e99bb9e3828be8b1aa |
UHC | 雹る豪 | 110110101101111110101010111010111111101111011111 | dadfaaebfbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)