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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ?徐??E | 001111111000111110011001001111110011111101000101 | 3f8f993f3f45 |
EUC-JP | ?徐??E | 001111111011110111111001001111110011111101000101 | 3fbdf93f3f45 |
UTF-8 | 렊徐렔렻E | 11101011101000001000101011100101101111101001000011101011101000001001010011101011101000001011101101000101 | eba08ae5be90eba094eba0bb45 |
UHC | 렊徐렔렻E | 100011101010000111011111111011111000111010101001100011101100001101000101 | 8ea1dfef8ea98ec345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)