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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
EUC-JP | 滎??@B | 10001111110010001011100100111111001111110100000001000010 | 8fc8b93f3f4042 |
UTF-8 | 滎잌폀@B | 1110011010111011100011101110110010011110100011001110110110001111100000000100000001000010 | e6bb8eec9e8ced8f804042 |
UHC | 滎잌폀@B | 1111101110100011100111111110010110111100100011110100000001000010 | fba39fe5bc8f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)