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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 혥횖h혥횖 | 11101101100110001010010111101101100110101001011001101000111011011001100010100101111011011001101010010110 | ed98a5ed9a9668ed98a5ed9a96 |
UHC | 혥횖h혥횖 | 110000101000110111000011100100000110100011000010100011011100001110010000 | c28dc39068c28dc390 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)