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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銜滓勁蟇 | 1110011111110000100111111110011010011001101001001110010110101111 | e7f09fe699a4e5af |
EUC-JP | 銜滓勁蟇 | 1110111011110010110111101110100011010010101001101110101010110001 | eef2dee8d2a6eab1 |
UTF-8 | 銜滓勁蟇 | 111010011000101010011100111001101011101110010011111001011000101110000001111010001001111110000111 | e98a9ce6bb93e58b81e89f87 |
UHC | 銜滓勁? | 11111001111001111110111010101011110011001100110100111111 | f9e7eeabcccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)