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 | 蘊???ч | 11100101010111010011111100111111001111111000010010001001 | e55d3f3f3f8489 |
EUC-JP | 蘊???ч | 11101001101111100011111100111111001111111010011111101001 | e9be3f3f3fa7e9 |
UTF-8 | 蘊겼뮃吳ч | 1110100010011000100010101110101010110010101111001110101110101110100000111110010110010000101100111101000110000111 | e8988aeab2bcebae83e590b3d187 |
UHC | 蘊겼뮃吳ч | 11101000101100111011000011100101100100101001001011100111111011111010110011101001 | e8b3b0e59292e7eface9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)