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 | 右屍 | 10001001010001011000111001110010 | 89458e72 |
EUC-JP | 右屍 | 10110001101001101011101111010011 | b1a6bbd3 |
UTF-8 | 右屍 | 111001011000111110110011111001011011000110001101 | e58fb3e5b18d |
UHC | 右屍 | 11101001110100111110001110111011 | e9d3e3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)