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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褸弱Ρ | 111001011111100010001110111000111000001110101111 | e5f88ee383af |
EUC-JP | 褸弱Ρ | 111010101111101010111100111001011010011010110001 | eafabce5a6b1 |
UTF-8 | 褸弱Ρ | 1110100010100100101110001110010110111100101100011100111010100001 | e8a4b8e5bcb1cea1 |
UHC | 褸弱Ρ | 110101111010111011100101101100001010010111010001 | d7aee5b0a5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)