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 | 1001001001000011100100100100100001111001100100100100001110010010010010000111100101000010 | 9243924879924392487942 |
EUC-JP | 辰辿y辰辿yB | 1100001110100100110000111010100101111001110000111010010011000011101010010111100101000010 | c3a4c3a979c3a4c3a97942 |
UTF-8 | 辰辿y辰辿yB | 111010001011111010110000111010001011111010111111011110011110100010111110101100001110100010111110101111110111100101000010 | e8beb0e8bebf79e8beb0e8bebf7942 |
UHC | 辰?y辰?yB | 111100101110001100111111011110011111001011100011001111110111100101000010 | f2e33f79f2e33f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)