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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 傲??嵬? | 10011000111111000011111100111111100110111100101000111111 | 98fc3f3f9bca3f |
EUC-JP | 傲??嵬? | 11010000111111100011111100111111110101101100110000111111 | d0fe3f3fd6cc3f |
UTF-8 | 傲딉퐦嵬딢 | 111001011000001010110010111010111001010010001001111011011001000010100110111001011011010110101100111010111001010010100010 | e582b2eb9489ed90a6e5b5aceb94a2 |
UHC | 傲딉퐦嵬딢 | 11100111111011001000101011101111101111011000111111101000111000111000101101000101 | e7ec8aefbd8fe8e38b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)