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 | ?I???I? | 00111111010010010011111100111111001111110100100100111111 | 3f493f3f3f493f |
SJIS-WIN | ?I???I? | 00111111010010010011111100111111001111110100100100111111 | 3f493f3f3f493f |
EUC-JP | ?I???I? | 00111111010010010011111100111111001111110100100100111111 | 3f493f3f3f493f |
UTF-8 | 첬I횇횑첬I횈 | 1110110010110010101011000100100111101101100110101000011111101101100110101001000111101100101100101010110001001001111011011001101010001000 | ecb2ac49ed9a87ed9a91ecb2ac49ed9a88 |
UHC | 첬I횇횑첬I횈 | 110000111011101001001001110000111000010111000011100011001100001110111010010010011100001110000110 | c3ba49c385c38cc3ba49c386 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)