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 | ±²y±²yB | 10110001101100100111100110110001101100100111100101000010 | b1b279b1b27942 |
SJIS-WIN | ±?y±?yB | 100000010111110100111111011110011000000101111101001111110111100101000010 | 817d3f79817d3f7942 |
EUC-JP | ±?y±?yB | 101000011101111000111111011110011010000111011110001111110111100101000010 | a1de3f79a1de3f7942 |
UTF-8 | ±²y±²yB | 1100001010110001110000101011001001111001110000101011000111000010101100100111100101000010 | c2b1c2b279c2b1c2b27942 |
UHC | ±²y±²yB | 1010000110111110101010011111011101111001101000011011111010101001111101110111100101000010 | a1bea9f779a1bea9f77942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)