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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隶後lミヲ | 1110100010101110100011001110001110000010100011001101000010100110 | e8ae8ce3828cd0a6 |
EUC-JP | 隶後lミヲ | 11110000101100001011100011100101101000111110110010001110110100001000111010100110 | f0b0b8e5a3ec8ed08ea6 |
UTF-8 | 隶後lミヲ | 111010011001101010110110111001011011111010001100111011111011110110001100111011111011111010010000111011111011110110100110 | e99ab6e5be8cefbd8cefbe90efbda6 |
UHC | ?後l?? | 00111111111111011010110110100011111011000011111100111111 | 3ffdada3ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)