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 | 聶э十 | 111000111110000110000100100011111000111101011100 | e3e1848f8f5c |
EUC-JP | 聶э十 | 111001101110001110100111111011111011110110111101 | e6e3a7efbdbd |
UTF-8 | 聶э十 | 1110100010000001101101101101000110001101111001011000110110000001 | e881b6d18de58d81 |
UHC | ?э十 | 0011111110101100111011111110010010101000 | 3facefe4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)