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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鹽わ?塋??^ | 11101010011001001000001011101101001111111001101011001000001111110011111101011110 | ea6482ed3f9ac83f3f5e |
EUC-JP | 鹽わ?塋??^ | 11110011110001011010010011101111001111111101010011001010001111110011111101011110 | f3c5a4ef3fd4ca3f3f5e |
UTF-8 | 鹽わ쉈塋볩쉈^ | 11101001101110011011110111100011100000101000111111101100100010011000100011100101101000011000101111101011101100111010100111101100100010011000100001011110 | e9b9bde3828fec8988e5a18bebb3a9ec89885e |
UHC | 鹽わ쉈塋볩쉈^ | 11100111101001001010101011101111101111011010010111100111101010111001001111101111101111011010010101011110 | e7a4aaefbda5e7ab93efbda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)