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 | 驪吝廠 | 111010011000101110011001111001011000111110110001 | e98b99e58fb1 |
EUC-JP | 驪吝廠 | 111100011110101111010010111001111011111010110011 | f1ebd2e7beb3 |
UTF-8 | 驪吝廠 | 111010011010100110101010111001011001000010011101111001011011101110100000 | e9a9aae5909de5bba0 |
UHC | 驪吝廠 | 110101011111000111010111111100001111001111011111 | d5f1d7f0f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)