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 | íõ¶íù¢ | 1110110111110101100011101011011011101101111110011000111010100010 | edf58eb6edf98ea2 |
SJIS-WIN | ???¶???¢ | 00111111001111110011111110000001111101110011111100111111001111111000000110010001 | 3f3f3f81f73f3f3f8191 |
EUC-JP | íõ?¶íù?¢ | 100011111010101110111111100011111010101111011000001111111010001011111001100011111010101110111111100011111010101111100011001111111010000111110001 | 8fabbf8fabd83fa2f98fabbf8fabe33fa1f1 |
UTF-8 | íõ¶íù¢ | 11000011101011011100001110110101110000101000111011000010101101101100001110101101110000111011100111000010100011101100001010100010 | c3adc3b5c28ec2b6c3adc3b9c28ec2a2 |
UHC | ???¶???? | 001111110011111100111111101000101101001000111111001111110011111100111111 | 3f3f3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)