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 | ZvZvB | 1000110001011010100000011001111001110110100011000101101010000001100111100111011001000010 | 8c5a819e768c5a819e7642 |
SJIS-WIN | ?Z??v?Z??vB | 0011111101011010001111110011111101110110001111110101101000111111001111110111011001000010 | 3f5a3f3f763f5a3f3f7642 |
EUC-JP | ?Z??v?Z??vB | 0011111101011010001111110011111101110110001111110101101000111111001111110111011001000010 | 3f5a3f3f763f5a3f3f7642 |
UTF-8 | ZvZvB | 1100001010001100010110101100001010000001110000101001111001110110110000101000110001011010110000101000000111000010100111100111011001000010 | c28c5ac281c29e76c28c5ac281c29e7642 |
UHC | ?Z??v?Z??vB | 0011111101011010001111110011111101110110001111110101101000111111001111110111011001000010 | 3f5a3f3f763f5a3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)