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?? | 0011111100111111011001010011111100111111 | 3f3f653f3f |
SJIS-WIN | ??e?褸 | 001111110011111101100101001111111110010111111000 | 3f3f653fe5f8 |
EUC-JP | ??e?褸 | 001111110011111101100101001111111110101011111010 | 3f3f653feafa |
UTF-8 | 렻렊e렺褸 | 11101011101000001011101111101011101000001000101001100101111010111010000010111010111010001010010010111000 | eba0bbeba08a65eba0bae8a4b8 |
UHC | 렻렊e렺褸 | 100011101100001110001110101000010110010110001110110000101101011110101110 | 8ec38ea1658ec2d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)