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 | íô¬íà° | 1110110111110100100011101010110011101101111000001000111010110000 | edf48eacede08eb0 |
SJIS-WIN | ???¬???° | 00111111001111110011111110000001110010100011111100111111001111111000000110001011 | 3f3f3f81ca3f3f3f818b |
EUC-JP | íô?¬íà?° | 100011111010101110111111100011111010101111010100001111111010001011001100100011111010101110111111100011111010101110100010001111111010000111101011 | 8fabbf8fabd43fa2cc8fabbf8faba23fa1eb |
UTF-8 | íô¬íà° | 11000011101011011100001110110100110000101000111011000010101011001100001110101101110000111010000011000010100011101100001010110000 | c3adc3b4c28ec2acc3adc3a0c28ec2b0 |
UHC | ???????° | 001111110011111100111111001111110011111100111111001111111010000111000110 | 3f3f3f3f3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)