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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???節??\ | 0011111100111111001111111001000011011111001111110011111101011100 | 3f3f3f90df3f3f5c |
EUC-JP | ???節??\ | 0011111100111111001111111100000011100001001111110011111101011100 | 3f3f3fc0e13f3f5c |
UTF-8 | 遼⒴쥞節댐슭\ | 11101111101001111000001111100010100100101011010011101100101001011001111011100111101011111000000011101011100011001001000011101100100010101010110101011100 | efa783e292b4eca59ee7af80eb8c90ec8aad5c |
UHC | 遼⒴쥞節댐슭\ | 11101001101011001010100111100101101000101001001111101111101111011011010011101111101111011011111001011100 | e9aca9e5a293efbdb4efbdbe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)