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 | 墺?/??? | 1001101011010010001111111000000101011110001111110011111100111111 | 9ad23f815e3f3f3f |
EUC-JP | 墺?/??? | 1101010011010100001111111010000110111111001111110011111100111111 | d4d43fa1bf3f3f3f |
UTF-8 | 墺잏/力곮쪧 | 111001011010001010111010111011001001111010001111111011111011110010001111111011111010011010001010111010101011001110101110111011001010101010100111 | e5a2baec9e8fefbc8fefa68aeab3aeecaaa7 |
UHC | 墺잏/力곮쪧 | 111001111111001010011111111001111010001110101111111001101011001110000001111010001010010110100000 | e7f29fe7a3afe6b381e8a5a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)