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 | âÁö°öâ^ | 11100010110000011111011010110000111101101110001001011110 | e2c1f6b0f6e25e |
SJIS-WIN | ???°??^ | 0011111100111111001111111000000110001011001111110011111101011110 | 3f3f3f818b3f3f5e |
EUC-JP | âÁö°öâ^ | 100011111010101110100100100011111010101010100001100011111010101111010011101000011110101110001111101010111101001110001111101010111010010001011110 | 8faba48faaa18fabd3a1eb8fabd38faba45e |
UTF-8 | âÁö°öâ^ | 11000011101000101100001110000001110000111011011011000010101100001100001110110110110000111010001001011110 | c3a2c381c3b6c2b0c3b6c3a25e |
UHC | ???°??^ | 0011111100111111001111111010000111000110001111110011111101011110 | 3f3f3fa1c63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)