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 | ???韋??\ | 0011111100111111001111111110100011101000001111110011111101011100 | 3f3f3fe8e83f3f5c |
EUC-JP | ???韋??\ | 0011111100111111001111111111000011101010001111110011111101011100 | 3f3f3ff0ea3f3f5c |
UTF-8 | 琉얕뮕韋쀬꽔\ | 11101111101001111000110011101100100101101001010111101011101011101001010111101001100111111000101111101100100000001010110011101010101111011001010001011100 | efa78cec9695ebae95e99f8bec80aceabd945c |
UHC | 琉얕뮕韋쀬꽔\ | 11101011101001001011111011101000100100101010000111101010110111111001011111101100100001001010001101011100 | eba4bee892a1eadf97ec84a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)