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 | ?G???H | 001111110100011100111111001111110011111101001000 | 3f473f3f3f48 |
SJIS-WIN | ?G???H | 001111110100011100111111001111110011111101001000 | 3f473f3f3f48 |
EUC-JP | ?G???H | 001111110100011100111111001111110011111101001000 | 3f473f3f3f48 |
UTF-8 | 찾G혘혡혟H | 1110110010110000101111100100011111101101100110001001100011101101100110001010000111101101100110001001111101001000 | ecb0be47ed9898ed98a1ed989f48 |
UHC | 찾G혘혡혟H | 11000011101000110100011111000010100000111100001010001010110000101000100101001000 | c3a347c283c28ac28948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)