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 | ??ч佃? | 00111111001111111000010010001001100100101100111100111111 | 3f3f848992cf3f |
EUC-JP | ??ч佃? | 00111111001111111010011111101001110001001101000100111111 | 3f3fa7e9c4d13f |
UTF-8 | 뤯헤ч佃깅 | 1110101110100100101011111110110110010111101001001101000110000111111001001011110110000011111010101011100110000101 | eba4afed97a4d187e4bd83eab985 |
UHC | 뤯헤ч佃깅 | 10001111110111011100011111101100101011001110100111101110111011001011000111101011 | 8fddc7ecace9eeecb1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)