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 | 帝℡└ | 100100101110100110000111100001001000010010100100 | 92e9878484a4 |
EUC-JP | 帝?└ | 1100010011101011001111111010100010100110 | c4eb3fa8a6 |
UTF-8 | 帝℡└ | 111001011011100010011101111000101000010010100001111000101001010010010100 | e5b89de284a1e29494 |
UHC | 帝℡└ | 111100001010100010100010111001011010011010100110 | f0a8a2e5a6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)