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 | 赭狗スオ | 111001101101111010001011111001111011110110110101 | e6de8be7bdb5 |
EUC-JP | 赭狗スオ | 1110110011100000101101101110100110001110101111011000111010110101 | ece0b6e98ebd8eb5 |
UTF-8 | 赭狗スオ | 111010001011010110101101111001111000101110010111111011111011110110111101111011111011110110110101 | e8b5ade78b97efbdbdefbdb5 |
UHC | ?狗?? | 0011111111001111101101110011111100111111 | 3fcfb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)