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 | 1000111010111110100011101010110001111001100011101011111010001110101011000111100101000010 | 8ebe8eac798ebe8eac7942 |
EUC-JP | 疾汐y疾汐yB | 1011110011000000101111001010111001111001101111001100000010111100101011100111100101000010 | bcc0bcae79bcc0bcae7942 |
UTF-8 | 疾汐y疾汐yB | 111001111001011010111110111001101011000110010000011110011110011110010110101111101110011010110001100100000111100101000010 | e796bee6b19079e796bee6b1907942 |
UHC | 疾汐y疾汐yB | 1111001011110000111000001011000101111001111100101111000011100000101100010111100101000010 | f2f0e0b179f2f0e0b17942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)