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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 躁??B | 1110011101001110001111110011111101000010 | e74e3f3f42 |
EUC-JP | 躁??B | 1110110110101111001111110011111101000010 | edaf3f3f42 |
UTF-8 | 躁덞炡B | 11101000101110101000000111101011100011011001111011100111100000101010000101000010 | e8ba81eb8d9ee782a142 |
UHC | 躁덞炡B | 11110000111000101011010011111011111011111110100001000010 | f0e2b4fbefe842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)