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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
EUC-JP | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
UTF-8 | 찼횇혖혴혩h | 11101100101100001011110011101101100110101000011111101101100110001001011011101101100110001011010011101101100110001010100101101000 | ecb0bced9a87ed9896ed98b4ed98a968 |
UHC | 찼횇혖혴혩h | 1100001110100001110000111000010111000010100000011100001010011011110000101001000101101000 | c3a1c385c281c29bc29168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)