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 | °á^ | 100010011001000110010110101100001000100110010001100100001110000101011110 | 899196b0899190e15e |
SJIS-WIN | ???°????^ | 00111111001111110011111110000001100010110011111100111111001111110011111101011110 | 3f3f3f818b3f3f3f3f5e |
EUC-JP | ???°???á^ | 001111110011111100111111101000011110101100111111001111110011111110001111101010111010000101011110 | 3f3f3fa1eb3f3f3f8faba15e |
UTF-8 | °á^ | 1100001010001001110000101001000111000010100101101100001010110000110000101000100111000010100100011100001010010000110000111010000101011110 | c289c291c296c2b0c289c291c290c3a15e |
UHC | ???°????^ | 00111111001111110011111110100001110001100011111100111111001111110011111101011110 | 3f3f3fa1c63f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)