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 | 墺????Щ | 1001101011010010001111110011111100111111001111111000010001011010 | 9ad23f3f3f3f845a |
EUC-JP | 墺????Щ | 1101010011010100001111110011111100111111001111111010011110111011 | d4d43f3f3f3fa7bb |
UTF-8 | 墺잌굫療껈Щ | 1110010110100010101110101110110010011110100011001110101010110101101010111110111110100111100000011110101010111011100010001101000010101001 | e5a2baec9e8ceab5abefa781eabb88d0a9 |
UHC | 墺잌굫療껈Щ | 111001111111001010011111111001011000001010010001111010001111111010000011111010011010110010111011 | e7f29fe58291e8fe83e9acbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)