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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 傳?乞苑?B | 100110010100001000111111100011001110111010001001100100010011111101000010 | 99423f8cee89913f42 |
EUC-JP | 傳?乞苑?B | 110100011010001100111111101110001111000010110001111100010011111101000010 | d1a33fb8f0b1f13f42 |
UTF-8 | 傳댈乞苑렭B | 11100101100000101011001111101011100011001000100011100100101110011001111011101000100010111001000111101011101000001010110101000010 | e582b3eb8c88e4b99ee88b91eba0ad42 |
UHC | 傳댈乞苑렭B | 1110111011101110101101001110111011001011111101111110101010111101100011101011101001000010 | eeeeb4eecbf7eabd8eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)