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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???泣х? | 0011111100111111001111111000101110000011100001001000011100111111 | 3f3f3f8b8384873f |
EUC-JP | ???泣х? | 0011111100111111001111111011010111100011101001111110011100111111 | 3f3f3fb5e3a7e73f |
UTF-8 | 凉듭떣泣х독 | 1110111110100101101110011110101110010011101011011110101110010110101000111110011010110011101000111101000110000101111010111000111110000101 | efa5b9eb93adeb96a3e6b3a3d185eb8f85 |
UHC | 凉듭떣泣х독 | 111001011011110010110101111011001000101110110111111010111110100010101100111001111011010110110110 | e5bcb5ec8bb7ebe8ace7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)