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 | 肭豪О | 111000111110101110001101100010111000010001001111 | e3eb8d8b844f |
EUC-JP | 肭豪О | 111001101110110110111001111010111010011110110000 | e6edb9eba7b0 |
UTF-8 | 肭豪О | 1110100010000010101011011110100010110001101010101101000010011110 | e882ade8b1aad09e |
UHC | ?豪О | 0011111111111011110111111010110010110000 | 3ffbdfacb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)