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 | ???uB | 0011111100111111001111110111010101000010 | 3f3f3f7542 |
SJIS-WIN | 痾咤鈔uB | 1110000101111101100110100100001011100111111000100111010101000010 | e17d9a42e7e27542 |
EUC-JP | 痾咤鈔uB | 1110000111011110110100111010001111101110111001000111010101000010 | e1ded3a3eee47542 |
UTF-8 | 痾咤鈔uB | 1110011110010111101111101110010110010010101001001110100110001000100101000111010101000010 | e797bee592a4e988947542 |
UHC | ?咤?uB | 001111111111011011100011001111110111010101000010 | 3ff6e33f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)