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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 摺鰻 | 10010000101000001000100101010110 | 90a08956 |
EUC-JP | 摺鰻 | 11000000101000101011000110110111 | c0a2b1b7 |
UTF-8 | 摺鰻 | 111001101001000110111010111010011011000010111011 | e691bae9b0bb |
UHC | 摺鰻 | 11101111110010011101100011000100 | efc9d8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)