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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莨鷺ー・妤 | 1110010010111100100011011110101110110000101001011111101010100100 | e4bc8debb0a5faa4 |
EUC-JP | 莨鷺ー・妤 | 1110100010111110101110101110110110001110101100001000111010100101100011111011100110101111 | e8bebaed8eb08ea58fb9af |
UTF-8 | 莨鷺ー・妤 | 111010001000111010101000111010011011011110111010111011111011110110110000111011111011110110100101111001011010011010100100 | e88ea8e9b7baefbdb0efbda5e5a6a4 |
UHC | ?鷺??? | 001111111101011011011100001111110011111100111111 | 3fd6dc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)