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 | ¼Å¼¥VB | 101111001100010110111100101001010101011001000010 | bcc5bca55642 |
SJIS-WIN | ???¥VB | 00111111001111110011111110000001100011110101011001000010 | 3f3f3f818f5642 |
EUC-JP | ?Å??VB | 0011111110001111101010101010100100111111001111110101011001000010 | 3f8faaa93f3f5642 |
UTF-8 | ¼Å¼¥VB | 11000010101111001100001110000101110000101011110011000010101001010101011001000010 | c2bcc385c2bcc2a55642 |
UHC | ¼?¼?VB | 1010100011111001001111111010100011111001001111110101011001000010 | a8f93fa8f93f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)