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 | 踴帷沮霓 | 1110011011111011100110111110011110011111100111001110100010111101 | e6fb9be79f9ce8bd |
EUC-JP | 踴帷沮霓 | 1110110011111101110101101110100111011101111111001111000010111111 | ecfdd6e9ddfcf0bf |
UTF-8 | 踴帷沮霓 | 111010001011100010110100111001011011100010110111111001101011001010101110111010011001110010010011 | e8b8b4e5b8b7e6b2aee99c93 |
UHC | ??沮霓 | 001111110011111111101110110000011110011111100111 | 3f3feec1e7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)