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 | è¾°nD^ | 111010001011111010110000011011100100010001011110 | e8beb06e445e |
SJIS-WIN | ??°nD^ | 00111111001111111000000110001011011011100100010001011110 | 3f3f818b6e445e |
EUC-JP | è?°nD^ | 100011111010101110110010001111111010000111101011011011100100010001011110 | 8fabb23fa1eb6e445e |
UTF-8 | è¾°nD^ | 110000111010100011000010101111101100001010110000011011100100010001011110 | c3a8c2bec2b06e445e |
UHC | ?¾°nD^ | 0011111110101000111110101010000111000110011011100100010001011110 | 3fa8faa1c66e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)