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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 淨?儀?工^ | 100111111100010000111111100010110101011000111111100011010100100001011110 | 9fc43f8b563f8d485e |
EUC-JP | 淨?儀?工^ | 110111101100011000111111101101011011011100111111101110011010100101011110 | dec63fb5b73fb9a95e |
UTF-8 | 淨렠儀븃工^ | 11100110101101111010100011101011101000001010000011100101100001001000000011101011101110001000001111100101101101111010010101011110 | e6b7a8eba0a0e58480ebb883e5b7a55e |
UHC | 淨렠儀븃工^ | 1110111111100100100011101011000111101011111100001011101011101000110011011110111101011110 | efe48eb1ebf0bae8cdef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)