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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?喜?? | 0011111110001010111011000011111100111111 | 3f8aec3f3f |
EUC-JP | ?喜?? | 0011111110110100111011100011111100111111 | 3fb4ee3f3f |
UTF-8 | 뤓喜渴쵌 | 111010111010010010010011111001011001011010011100111001101011100010110100111011001011010110001100 | eba493e5969ce6b8b4ecb58c |
UHC | 뤓喜渴쵌 | 1000111111000011111111011110110011001010111001001010110010001110 | 8fc3fdeccae4ac8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)