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 | 111010001111010010001110101110000101011001000010 | e8f48eb85642 |
SJIS-WIN | ????VB | 001111110011111100111111001111110101011001000010 | 3f3f3f3f5642 |
EUC-JP | èô?¸VB | 100011111010101110110010100011111010101111010100001111111000111110100010101100010101011001000010 | 8fabb28fabd43f8fa2b15642 |
UTF-8 | èô¸VB | 11000011101010001100001110110100110000101000111011000010101110000101011001000010 | c3a8c3b4c28ec2b85642 |
UHC | ???¸VB | 00111111001111110011111110100010101011000101011001000010 | 3f3f3fa2ac5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)