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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 存洩多 | 100100011011011010001001011010111001000110111101 | 91b6896b91bd |
EUC-JP | 存洩多 | 110000101011100010110001110011001100001010111111 | c2b8b1ccc2bf |
UTF-8 | 存洩多 | 111001011010110110011000111001101011010010101001111001011010010010011010 | e5ad98e6b4a9e5a49a |
UHC | 存洩多 | 111100001110110111100000110111011101001011111101 | f0ede0ddd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)