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 | 堯?????^ | 1110101010011111001111110011111100111111001111110011111101011110 | ea9f3f3f3f3f3f5e |
EUC-JP | 堯?????^ | 1111010010100001001111110011111100111111001111110011111101011110 | f4a13f3f3f3f3f5e |
UTF-8 | 堯꾬쉔料쒙쉔^ | 11100101101000001010111111101010101111101010110011101100100010011001010011101111101001101011111011101100100100101001100111101100100010011001010001011110 | e5a0afeabeacec8994efa6beec9299ec89945e |
UHC | 堯꾬쉔料쒙쉔^ | 11101000111010111000010011101111101111011010100011101000111101111001110011101111101111011010100001011110 | e8eb84efbda8e8f79cefbda85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)