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 | 曠巓陲 | 100111100100010010011011110110101110100010100010 | 9e449bdae8a2 |
EUC-JP | 曠巓陲 | 110110111010010111010110110111001111000010100100 | dba5d6dcf0a4 |
UTF-8 | 曠巓陲 | 111001101001101110100000111001011011011110010011111010011001100110110010 | e69ba0e5b793e999b2 |
UHC | 曠?? | 11001110110001110011111100111111 | cec73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)