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 | ???x^ | 0011111100111111001111110111100001011110 | 3f3f3f785e |
SJIS-WIN | 痾咤鈔x^ | 1110000101111101100110100100001011100111111000100111100001011110 | e17d9a42e7e2785e |
EUC-JP | 痾咤鈔x^ | 1110000111011110110100111010001111101110111001000111100001011110 | e1ded3a3eee4785e |
UTF-8 | 痾咤鈔x^ | 1110011110010111101111101110010110010010101001001110100110001000100101000111100001011110 | e797bee592a4e98894785e |
UHC | ?咤?x^ | 001111111111011011100011001111110111100001011110 | 3ff6e33f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)