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 | 鬩慕スオ | 111010011010100110010101111001111011110110110101 | e9a995e7bdb5 |
EUC-JP | 鬩慕スオ | 1111001010101011110010101110100110001110101111011000111010110101 | f2abcae98ebd8eb5 |
UTF-8 | 鬩慕スオ | 111010011010110010101001111001101000010110010101111011111011110110111101111011111011110110110101 | e9aca9e68595efbdbdefbdb5 |
UHC | ?慕?? | 0011111111011001101101110011111100111111 | 3fd9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)