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 | 叱霆 | 111100011110000010001110101101101110100010111011 | f1e08eb6e8bb |
EUC-JP | ?叱霆 | 0011111110111100101110001111000010111101 | 3fbcb8f0bd |
UTF-8 | 叱霆 | 111011101000010110011011111001011000111110110001111010011001110010000110 | ee859be58fb1e99c86 |
UHC | ?叱霆 | 0011111111110010111010101110111111111101 | 3ff2eaeffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)