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 | 敖??涅?? | 1001110111000010001111110011111110011111101110000011111100111111 | 9dc23f3f9fb83f3f |
EUC-JP | 敖??涅?? | 1101101011000100001111110011111111011110101110100011111100111111 | dac43f3fdeba3f3f |
UTF-8 | 敖숈옣涅듣썦 | 111001101001010110010110111011001000100010001000111011001001100010100011111001101011011010000101111010111001001110100011111011001000110110100110 | e69596ec8888ec98a3e6b685eb93a3ec8da6 |
UHC | 敖숈옣涅듣썦 | 111001111111100110011001111011001001111010100101111001101110111010110101111010001001101110011001 | e7f999ec9ea5e6eeb5e89b99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)