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 | å©`å©OB | 111001011000111110101001011000001110010110001111101010010100111101000010 | e58fa960e58fa94f42 |
SJIS-WIN | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
EUC-JP | å?©`å?©OB | 1000111110101011101010010011111110001111101000101110110101100000100011111010101110101001001111111000111110100010111011010100111101000010 | 8faba93f8fa2ed608faba93f8fa2ed4f42 |
UTF-8 | å©`å©OB | 110000111010010111000010100011111100001010101001011000001100001110100101110000101000111111000010101010010100111101000010 | c3a5c28fc2a960c3a5c28fc2a94f42 |
UHC | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)