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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阮台ク槭●郤 | 1110100010010110100100011110010010111000100111101110001110000001100111001110011110111010 | e89691e4b89ee3819ce7ba |
EUC-JP | 阮台ク槭●郤 | 111011111111011011000010111001101000111010111000110111001110010110100001111111001110111010111100 | eff6c2e68eb8dce5a1fceebc |
UTF-8 | 阮台ク槭●郤 | 111010011001100010101110111001011000111110110000111011111011110110111000111001101010011110101101111000101001011110001111111010011000001110100100 | e998aee58fb0efbdb8e6a7ade2978fe983a4 |
UHC | 阮台??●? | 111010001101011011110111101110110011111100111111101000011101110000111111 | e8d6f7bb3f3fa1dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)