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 | ????¨ | 0011111100111111001111110011111110101000 | 3f3f3f3fa8 |
SJIS-WIN | ????¨ | 001111110011111100111111001111111000000101001110 | 3f3f3f3f814e |
EUC-JP | ????¨ | 001111110011111100111111001111111010000110101111 | 3f3f3f3fa1af |
UTF-8 | 렻렓렺파¨ | 1110101110100000101110111110101110100000100100111110101110100000101110101110110110001100100011001100001010101000 | eba0bbeba093eba0baed8c8cc2a8 |
UHC | 렻렓렺파¨ | 10001110110000111000111010101000100011101100001011000110110001001010000110100111 | 8ec38ea88ec2c6c4a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)