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 | ?l???l??^ | 001111110110110000111111001111110011111101101100001111110011111101011110 | 3f6c3f3f3f6c3f3f5e |
SJIS-WIN | ?l???l??^ | 001111110110110000111111001111110011111101101100001111110011111101011110 | 3f6c3f3f3f6c3f3f5e |
EUC-JP | ?l???l??^ | 001111110110110000111111001111110011111101101100001111110011111101011110 | 3f6c3f3f3f6c3f3f5e |
UTF-8 | 혩l혨횑혩l혨횑^ | 111011011001100010101001011011001110110110011000101010001110110110011010100100011110110110011000101010010110110011101101100110001010100011101101100110101001000101011110 | ed98a96ced98a8ed9a91ed98a96ced98a8ed9a915e |
UHC | 혩l혨횑혩l혨횑^ | 110000101001000101101100110000101001000011000011100011001100001010010001011011001100001010010000110000111000110001011110 | c2916cc290c38cc2916cc290c38c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)