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 | 鈺??耶?? | 1111101111000100001111110011111110010110111010110011111100111111 | fbc43f3f96eb3f3f |
EUC-JP | 鈺??耶?? | 100011111110001111010101001111110011111111001100111011010011111100111111 | 8fe3d53f3fcced3f3f |
UTF-8 | 鈺댐쉑耶뽩쬆 | 111010011000100010111010111010111000110010010000111011001000100110010001111010001000000010110110111010111011110110101001111011001010110010000110 | e988baeb8c90ec8991e880b6ebbda9ecac86 |
UHC | 鈺댐쉑耶뽩쬆 | 111010001010110110110100111011111011110110100111111001011010110110010110111001011010011010011101 | e8adb4efbda7e5ad96e5a69d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)