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 | 뤺è | 111010111010010010111010111010001001011010001111 | eba4bae8968f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 뤺è?? | 1000111110101011101100111000111110100010111100001000111110100010111010111000111110101011101100100011111100111111 | 8fabb38fa2f08fa2eb8fabb23f3f |
UTF-8 | 뤺è | 110000111010101111000010101001001100001010111010110000111010100011000010100101101100001010001111 | c3abc2a4c2bac3a8c296c28f |
UHC | ?¤º??? | 0011111110100010101101001010100010101100001111110011111100111111 | 3fa2b4a8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)