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 | 1001001001000011100100011011101001111001100100100100001110010001101110100111100101000010 | 924391ba79924391ba7942 |
EUC-JP | 辰村y辰村yB | 1100001110100100110000101011110001111001110000111010010011000010101111000111100101000010 | c3a4c2bc79c3a4c2bc7942 |
UTF-8 | 辰村y辰村yB | 111010001011111010110000111001101001110110010001011110011110100010111110101100001110011010011101100100010111100101000010 | e8beb0e69d9179e8beb0e69d917942 |
UHC | 辰村y辰村yB | 1111001011100011111101011011110101111001111100101110001111110101101111010111100101000010 | f2e3f5bd79f2e3f5bd7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)