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 | ¸ø¸nB | 10001111101110001111100010001110101110000110111001000010 | 8fb8f88eb86e42 |
SJIS-WIN | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
EUC-JP | ?¸ø?¸nB | 00111111100011111010001010110001100011111010100111001100001111111000111110100010101100010110111001000010 | 3f8fa2b18fa9cc3f8fa2b16e42 |
UTF-8 | ¸ø¸nB | 110000101000111111000010101110001100001110111000110000101000111011000010101110000110111001000010 | c28fc2b8c3b8c28ec2b86e42 |
UHC | ?¸ø?¸nB | 00111111101000101010110010101001101010100011111110100010101011000110111001000010 | 3fa2aca9aa3fa2ac6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)