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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
UTF-8 | 셔섈E셔섈EB | 111011001000010110010100111011001000010010001000010001011110110010000101100101001110110010000100100010000100010101000010 | ec8594ec848845ec8594ec84884542 |
UHC | 셔섈E셔섈EB | 1011110011000101101111001010101001000101101111001100010110111100101010100100010101000010 | bcc5bcaa45bcc5bcaa4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)