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 | ¸ü±¦ | 10001111101110001111110010001110101100011000111010100110 | 8fb8fc8eb18ea6 |
SJIS-WIN | ????±?? | 0011111100111111001111110011111110000001011111010011111100111111 | 3f3f3f3f817d3f3f |
EUC-JP | ?¸ü?±?¦ | 0011111110001111101000101011000110001111101010111110010000111111101000011101111000111111100011111010001011000011 | 3f8fa2b18fabe43fa1de3f8fa2c3 |
UTF-8 | ¸ü±¦ | 1100001010001111110000101011100011000011101111001100001010001110110000101011000111000010100011101100001010100110 | c28fc2b8c3bcc28ec2b1c28ec2a6 |
UHC | ?¸??±?? | 001111111010001010101100001111110011111110100001101111100011111100111111 | 3fa2ac3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)