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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 奝伜廠h | 11111010101000101001100011100101100011111011000101101000 | faa298e58fb168 |
EUC-JP | 奝伜廠h | 1000111110111000111110001101000011100111101111101011001101101000 | 8fb8f8d0e7beb368 |
UTF-8 | 奝伜廠h | 11100101101001011001110111100100101111001001110011100101101110111010000001101000 | e5a59de4bc9ce5bba068 |
UHC | ??廠h | 0011111100111111111100111101111101101000 | 3f3ff3df68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)