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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韆泌働蓴 | 1110100011100110100101001110010110010011101011011110010011110001 | e8e694e593ade4f1 |
EUC-JP | 韆泌働蓴 | 1111000011101000110010001110011111000110101011111110100011110011 | f0e8c8e7c6afe8f3 |
UTF-8 | 韆泌働蓴 | 111010011001111110000110111001101011001110001100111001011000001110001101111010001001001110110100 | e99f86e6b38ce5838de893b4 |
UHC | 韆泌?蓴 | 11110100110001111111100110110010001111111110001011110001 | f4c7f9b23fe2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)