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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 議???辛?^ | 100010110110001100111111001111110011111110010000011010000011111101011110 | 8b633f3f3f90683f5e |
EUC-JP | 議???辛?^ | 101101011100010000111111001111110011111110111111110010010011111101011110 | b5c43f3f3fbfc93f5e |
UTF-8 | 議편렊렒辛렢^ | 11101000101011011011000011101101100011101011100011101011101000001000101011101011101000001001001011101000101111101001101111101011101000001010001001011110 | e8adb0ed8eb8eba08aeba092e8be9beba0a25e |
UHC | 議편렊렒辛렢^ | 11101100101000011100011011101101100011101010000110001110101001111110001111110100100011101011001101011110 | eca1c6ed8ea18ea7e3f48eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)