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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎?箏?? | 10010010111101010011111111100010101101010011111100111111 | 92f53fe2b53f3f |
EUC-JP | 禎?箏?? | 11000100111101110011111111100100101101110011111100111111 | c4f73fe4b73f3f |
UTF-8 | 禎렓箏띈껙 | 111001111010011010001110111010111010000010010011111001111010111010001111111010111001110110001000111010101011101110011001 | e7a68eeba093e7ae8feb9d88eabb99 |
UHC | 禎렓箏띈껙 | 11101111111011101000111010101000111011101011010010110110111010001011001010110011 | efee8ea8eeb4b6e8b2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)