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 | ?學孩?? | 00111111100110110111101110011011011101110011111100111111 | 3f9b7b9b773f3f |
EUC-JP | ?學孩?? | 00111111110101011101110011010101110110000011111100111111 | 3fd5dcd5d83f3f |
UTF-8 | 뤋學孩콒쫸 | 111010111010010010001011111001011010110110111000111001011010110110101001111011001011110110010010111011001010101110111000 | eba48be5adb8e5ada9ecbd92ecabb8 |
UHC | 뤋學孩콒쫸 | 10001111101110111111100111001010111110101010100110110001100011101010011010001111 | 8fbbf9cafaa9b18ea68f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)