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 | 獰蔗卜 | 111000001101011011100100111100101001011001101101 | e0d6e4f2966d |
EUC-JP | 獰蔗卜 | 111000001101100011101000111101001100101111001110 | e0d8e8f4cbce |
UTF-8 | 獰蔗卜 | 111001111000110110110000111010001001010010010111111001011000110110011100 | e78db0e89497e58d9c |
UHC | 獰蔗卜 | 111001111011111011101101101111011101110011010100 | e7beedbddcd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)