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 | 霆絲? | 1110100010111011111000110100111000111111 | e8bbe34e3f |
EUC-JP | 霆絲? | 1111000010111101111001011010111100111111 | f0bde5af3f |
UTF-8 | 霆絲♣ | 111010011001110010000110111001111011010110110010111000101001100110100011 | e99c86e7b5b2e299a3 |
UHC | 霆絲♣ | 111011111111110111011110111010101010001011000000 | effddeeaa2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)