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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ?◇H | 00111111100000011001111001001000 | 3f819e48 |
EUC-JP | ?◇H | 00111111101000011111111001001000 | 3fa1fe48 |
UTF-8 | 큅◇H | 11101101100000011000010111100010100101111000011101001000 | ed8185e2978748 |
UHC | 큅◇H | 1100010110100010101000011101111001001000 | c5a2a1de48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)