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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 爭降 | 11100000101001011000110101111110 | e0a58d7e |
EUC-JP | 爭降 | 11100000101001111011100111011111 | e0a7b9df |
UTF-8 | 爭降 | 111001111000100010101101111010011001100110001101 | e788ade9998d |
UHC | 爭降 | 11101110101100111100101110111101 | eeb3cbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)