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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 財?跳?逍鏃 | 10001101111000000011111110010010101101010011111111100111100101101110100001010110 | 8de03f92b53fe796e856 |
EUC-JP | 財?跳?逍鏃 | 10111010111000100011111111000100101101110011111111101101111101101110111110110111 | bae23fc4b73fedf6efb7 |
UTF-8 | 財명跳뤊逍鏃 | 111010001011001010100001111010111010101010000101111010001011011110110011111010111010010010001010111010011000000010001101111010011000111110000011 | e8b2a1ebaa85e8b7b3eba48ae9808de98f83 |
UHC | 財명跳뤊逍鏃 | 111011101010111110111000111011011101010010101111100011111011101011100001110011101111000011101100 | eeafb8edd4af8fbae1cef0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)