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 | 뮲þB | 1110101110101110101100101111111001000010 | ebaeb2fe42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ë®?þB | 1000111110101011101100111000111110100010111011100011111110001111101010011101000001000010 | 8fabb38fa2ee3f8fa9d042 |
UTF-8 | 뮲þB | 110000111010101111000010101011101100001010110010110000111011111001000010 | c3abc2aec2b2c3be42 |
UHC | ?®²þB | 0011111110100010111001111010100111110111101010011010110101000010 | 3fa2e7a9f7a9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)