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 | íö±Þíö | 111011011111011010110001110111101110110111110110 | edf6b1deedf6 |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | íö±Þíö | 1000111110101011101111111000111110101011110100111010000111011110100011111010100110110000100011111010101110111111100011111010101111010011 | 8fabbf8fabd3a1de8fa9b08fabbf8fabd3 |
UTF-8 | íö±Þíö | 110000111010110111000011101101101100001010110001110000111001111011000011101011011100001110110110 | c3adc3b6c2b1c39ec3adc3b6 |
UHC | ??±Þ?? | 0011111100111111101000011011111010101000101011010011111100111111 | 3f3fa1bea8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)