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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譿ィ赶介秤 | 111110111010110010101000111110111011000010001001111011101001010010001001 | fbaca8fbb089ee9489 |
EUC-JP | ?ィ?介秤 | 0011111110001110101010000011111110110010111100001100011111101001 | 3f8ea83fb2f0c7e9 |
UTF-8 | 譿ィ赶介秤 | 111010001010110110111111111011111011110110101000111010001011010110110110111001001011101110001011111001111010011110100100 | e8adbfefbda8e8b5b6e4bb8be7a7a4 |
UHC | ???介秤 | 00111111001111110011111111001011101111111111011011011111 | 3f3f3fcbbff6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)