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 | íü©í÷£ | 1110110111111100100011101010100111101101111101111000111010100011 | edfc8ea9edf78ea3 |
SJIS-WIN | ?????÷?£ | 00111111001111110011111100111111001111111000000110000000001111111000000110010010 | 3f3f3f3f3f81803f8192 |
EUC-JP | íü?©í÷?£ | 100011111010101110111111100011111010101111100100001111111000111110100010111011011000111110101011101111111010000111100000001111111010000111110010 | 8fabbf8fabe43f8fa2ed8fabbfa1e03fa1f2 |
UTF-8 | íü©í÷£ | 11000011101011011100001110111100110000101000111011000010101010011100001110101101110000111011011111000010100011101100001010100011 | c3adc3bcc28ec2a9c3adc3b7c28ec2a3 |
UHC | ?????÷?? | 001111110011111100111111001111110011111110100001110000000011111100111111 | 3f3f3f3f3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)