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 | 驩樞即 | 111010011000100110011110111000101001000110100110 | e9899ee291a6 |
EUC-JP | 驩樞即 | 111100011110100111011100111001001100001010101000 | f1e9dce4c2a8 |
UTF-8 | 驩樞即 | 111010011010100110101001111001101010100010011110111001011000110110110011 | e9a9a9e6a89ee58db3 |
UHC | 驩樞? | 1111110010111110111101011101001000111111 | fcbef5d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)