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 | ¸ø¸ZB | 10001111101110001111100010001110101110000101101001000010 | 8fb8f88eb85a42 |
SJIS-WIN | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
EUC-JP | ?¸ø?¸ZB | 00111111100011111010001010110001100011111010100111001100001111111000111110100010101100010101101001000010 | 3f8fa2b18fa9cc3f8fa2b15a42 |
UTF-8 | ¸ø¸ZB | 110000101000111111000010101110001100001110111000110000101000111011000010101110000101101001000010 | c28fc2b8c3b8c28ec2b85a42 |
UHC | ?¸ø?¸ZB | 00111111101000101010110010101001101010100011111110100010101011000101101001000010 | 3fa2aca9aa3fa2ac5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)