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 | ??ゼ?豫 | 00111111001111111000001101011011001111111001100010101100 | 3f3f835b3f98ac |
EUC-JP | ??ゼ?豫 | 00111111001111111010010110111100001111111101000010101110 | 3f3fa5bc3fd0ae |
UTF-8 | 섣뤚ゼㅎ豫 | 111011001000010010100011111010111010010010011010111000111000001010111100111000111000010110001110111010001011000110101011 | ec84a3eba49ae382bce3858ee8b1ab |
UHC | 섣뤚ゼㅎ豫 | 10111100101100101000111111001001101010111011110010100100101111101110011111100011 | bcb28fc9abbca4bee7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)