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 | 遮疾珱 | 100011101101010110001110101111101110000011111100 | 8ed58ebee0fc |
EUC-JP | 遮疾珱 | 101111001101011110111100110000001110000011111110 | bcd7bcc0e0fe |
UTF-8 | 遮疾珱 | 111010011000000110101110111001111001011010111110111001111000111110110001 | e981aee796bee78fb1 |
UHC | 遮疾? | 1111001110110100111100101111000000111111 | f3b4f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)