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 | ?????GB | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
SJIS-WIN | 謦畷キゎ渇GB | 1110011010010010100100111110101110110111100000101110110010001010100010010100011101000010 | e69293ebb782ec8a894742 |
EUC-JP | 謦畷キゎ渇GB | 111010111111001011000110111011011000111010110111101001001110111010110011111010010100011101000010 | ebf2c6ed8eb7a4eeb3e94742 |
UTF-8 | 謦畷キゎ渇GB | 1110100010101100101001101110011110010101101101111110111110111101101101111110001110000010100011101110011010111000100001110100011101000010 | e8aca6e795b7efbdb7e3828ee6b8874742 |
UHC | ???ゎ?GB | 0011111100111111001111111010101011101110001111110100011101000010 | 3f3f3faaee3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)