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 | ??????s | 00111111001111110011111100111111001111110011111101110011 | 3f3f3f3f3f3f73 |
SJIS-WIN | ??疑?紆?s | 001111110011111110001011010111100011111111100010111111000011111101110011 | 3f3f8b5e3fe2fc3f73 |
EUC-JP | ??疑?紆?s | 001111110011111110110101101111110011111111100100111111100011111101110011 | 3f3fb5bf3fe4fe3f73 |
UTF-8 | 欌렪疑렑紆렣s | 11100110101011001000110011101011101000001010101011100111100101101001000111101011101000001001000111100111101101001000011011101011101000001010001101110011 | e6ac8ceba0aae79691eba091e7b486eba0a373 |
UHC | 欌렪疑렑紆렣s | 11101101111010111000111010111000111010111111011110001110101001101110100111100001100011101011010001110011 | edeb8eb8ebf78ea6e9e18eb473 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)