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 | ???歪??^ | 0011111100111111001111111001100001100011001111110011111101011110 | 3f3f3f98633f3f5e |
EUC-JP | ???歪??^ | 0011111100111111001111111100111111000100001111110011111101011110 | 3f3f3fcfc43f3f5e |
UTF-8 | 曆쇽쉬歪곻슘^ | 11101111101001101000101111101100100001111011110111101100100010011010110011100110101011011010101011101010101100111011101111101100100010101001100001011110 | efa68bec87bdec89ace6adaaeab3bbec8a985e |
UHC | 曆쇽쉬歪곻슘^ | 11100110101101111011110011101111101111011010110011101000111000001000000111101111101111011011011101011110 | e6b7bcefbdace8e081efbdb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)