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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 雍?}雍?{^ | 111010001011010000111111011111011110100010110100001111110111101101011110 | e8b43f7de8b43f7b5e |
EUC-JP | 雍?}雍?{^ | 111100001011011000111111011111011111000010110110001111110111101101011110 | f0b63f7df0b63f7b5e |
UTF-8 | 雍웢}雍웢{^ | 111010011001101110001101111011001001101110100010011111011110100110011011100011011110110010011011101000100111101101011110 | e99b8dec9ba27de99b8dec9ba27b5e |
UHC | 雍웢}雍웢{^ | 1110100010111100100111110110111001111101111010001011110010011111011011100111101101011110 | e8bc9f6e7de8bc9f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)