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 | ¸ÖÚû | 10111000110101101101101011111011 | b8d6dafb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¸ÖÚû | 100011111010001010110001100011111010101011010011100011111010101011100010100011111010101111100101 | 8fa2b18faad38faae28fabe5 |
UTF-8 | ¸ÖÚû | 1100001010111000110000111001011011000011100110101100001110111011 | c2b8c396c39ac3bb |
UHC | ¸??? | 1010001010101100001111110011111100111111 | a2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)