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 | è¾°n`B | 111010001011111010110000011011100110000001000010 | e8beb06e6042 |
SJIS-WIN | ??°n`B | 00111111001111111000000110001011011011100110000001000010 | 3f3f818b6e6042 |
EUC-JP | è?°n`B | 100011111010101110110010001111111010000111101011011011100110000001000010 | 8fabb23fa1eb6e6042 |
UTF-8 | è¾°n`B | 110000111010100011000010101111101100001010110000011011100110000001000010 | c3a8c2bec2b06e6042 |
UHC | ?¾°n`B | 0011111110101000111110101010000111000110011011100110000001000010 | 3fa8faa1c66e6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)