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 | 阮壌档 | 111010001001011010001111111010111001111010000011 | e8968feb9e83 |
EUC-JP | 阮壌档 | 111011111111011010111110111011011101101111100011 | eff6beeddbe3 |
UTF-8 | 阮壌档 | 111010011001100010101110111001011010001110001100111001101010000110100011 | e998aee5a38ce6a1a3 |
UHC | 阮?? | 11101000110101100011111100111111 | e8d63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)