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 | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 荏?y荏?yB | 100010010110000000111111011110011000100101100000001111110111100101000010 | 89603f7989603f7942 |
EUC-JP | 荏?y荏?yB | 101100011100000100111111011110011011000111000001001111110111100101000010 | b1c13f79b1c13f7942 |
UTF-8 | 荏렒y荏렒yB | 111010001000110110001111111010111010000010010010011110011110100010001101100011111110101110100000100100100111100101000010 | e88d8feba09279e88d8feba0927942 |
UHC | 荏렒y荏렒yB | 1110110011111011100011101010011101111001111011001111101110001110101001110111100101000010 | ecfb8ea779ecfb8ea77942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)