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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 悉??\ | 1000111010111011001111110011111101011100 | 8ebb3f3f5c |
EUC-JP | 悉??\ | 1011110010111101001111110011111101011100 | bcbd3f3f5c |
UTF-8 | 悉뒒뢐\ | 11100110100000101000100111101011100100101001001011101011101000101001000001011100 | e68289eb9292eba2905c |
UHC | 悉뒒뢐\ | 11100011111110101000101010001111100011110100101101011100 | e3fa8a8f8f4b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)