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 | è¿°é´¦^ | 11101000101111111011000011101001101101001010011001011110 | e8bfb0e9b4a65e |
SJIS-WIN | ??°?´?^ | 001111110011111110000001100010110011111110000001010011000011111101011110 | 3f3f818b3f814c3f5e |
EUC-JP | è¿°é´¦^ | 1000111110101011101100101000111110100010110001001010000111101011100011111010101110110001101000011010110110001111101000101100001101011110 | 8fabb28fa2c4a1eb8fabb1a1ad8fa2c35e |
UTF-8 | è¿°é´¦^ | 11000011101010001100001010111111110000101011000011000011101010011100001010110100110000101010011001011110 | c3a8c2bfc2b0c3a9c2b4c2a65e |
UHC | ?¿°?´?^ | 00111111101000101010111110100001110001100011111110100010101001010011111101011110 | 3fa2afa1c63fa2a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)