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 | ??K? | 00111111001111110100101100111111 | 3f3f4b3f |
SJIS-WIN | 鴣室K | 11101001111100111000111010111010010010111111001010100001 | e9f38eba4bf2a1 |
EUC-JP | 鴣室K? | 111100101111010110111100101111000100101100111111 | f2f5bcbc4b3f |
UTF-8 | 鴣室K | 11101001101101001010001111100101101011101010010001001011111011101000011110011000 | e9b4a3e5aea44bee8798 |
UHC | ?室K? | 0011111111100011111110000100101100111111 | 3fe3f84b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)