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 | ?喜賚儡? | 0011111110001010111011001110011011001101100110010101001100111111 | 3f8aece6cd99533f |
EUC-JP | ?喜賚儡? | 0011111110110100111011101110110011001111110100011011010000111111 | 3fb4eeeccfd1b43f |
UTF-8 | 뤌喜賚儡힉 | 111010111010010010001100111001011001011010011100111010001011001110011010111001011000010010100001111011011001111010001001 | eba48ce5969ce8b39ae584a1ed9e89 |
UHC | 뤌喜賚儡힉 | 10001111101111001111110111101100110101101111001011010110111011011100100011111000 | 8fbcfdecd6f2d6edc8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)