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 | 雹ょ漉竏 | 1110100010111001100000101110010110001101100101111110001010001000 | e8b982e58d97e288 |
EUC-JP | 雹ょ漉竏 | 1111000010111011101001001110011110111001111101111110001111101000 | f0bba4e7b9f7e3e8 |
UTF-8 | 雹ょ漉竏 | 111010011001101110111001111000111000001010000111111001101011110010001001111001111010101110001111 | e99bb9e38287e6bc89e7ab8f |
UHC | 雹ょ?? | 110110101101111110101010111001110011111100111111 | dadfaae73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)