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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?朞准}B | 00111111100111100100110110001111011110010111110101000010 | 3f9e4d8f797d42 |
EUC-JP | ?朞准}B | 00111111110110111010111010111101110110100111110101000010 | 3fdbaebdda7d42 |
UTF-8 | 룵朞准}B | 1110101110100011101101011110011010011100100111101110010110000111100001100111110101000010 | eba3b5e69c9ee587867d42 |
UHC | 룵朞准}B | 1000111110101010110100011010000111110001110101110111110101000010 | 8faad1a1f1d77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)