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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獰??? | 1110000011010110001111110011111100111111 | e0d63f3f3f |
EUC-JP | 獰??沅 | 11100000110110000011111100111111100011111100011011101001 | e0d83f3f8fc6e9 |
UTF-8 | 獰욌렪沅 | 111001111000110110110000111011001001101010001100111010111010000010101010111001101011001010000101 | e78db0ec9a8ceba0aae6b285 |
UHC | 獰욌렪沅 | 1110011110111110100111101110101110001110101110001110101010110110 | e7be9eeb8eb8eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)