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 | ??Vy | 00111111001111110101011001111001 | 3f3f5679 |
SJIS-WIN | 縡?Vy | 1110001101110001001111110101011001111001 | e3713f5679 |
EUC-JP | 縡?Vy | 1110010111010010001111110101011001111001 | e5d23f5679 |
UTF-8 | 縡렕Vy | 1110011110111000101000011110101110100000100101010101011001111001 | e7b8a1eba0955679 |
UHC | 縡렕Vy | 111011101010110110001110101010100101011001111001 | eead8eaa5679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)