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 | ?屍 | 001111111000111001110010 | 3f8e72 |
EUC-JP | 璿屍 | 1000111111001100111010011011101111010011 | 8fcce9bbd3 |
UTF-8 | 璿屍 | 111001111001001010111111111001011011000110001101 | e792bfe5b18d |
UHC | 璿屍 | 11100000110001111110001110111011 | e0c7e3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)