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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 贈拒v贈拒vB | 1001000110100001100010111001000101110110100100011010000110001011100100010111011001000010 | 91a18b917691a18b917642 |
EUC-JP | 贈拒v贈拒vB | 1100001010100011101101011111000101110110110000101010001110110101111100010111011001000010 | c2a3b5f176c2a3b5f17642 |
UTF-8 | 贈拒v贈拒vB | 111010001011010010001000111001101000101110010010011101101110100010110100100010001110011010001011100100100111011001000010 | e8b488e68b9276e8b488e68b927642 |
UHC | 贈拒v贈拒vB | 1111000111111100110010111101111001110110111100011111110011001011110111100111011001000010 | f1fccbde76f1fccbde7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)