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マ゚ | 1110100010101110100011001110001110000010100011001100111111011111 | e8ae8ce3828ccfdf |
EUC-JP | 隶後lマ゚ | 11110000101100001011100011100101101000111110110010001110110011111000111011011111 | f0b0b8e5a3ec8ecf8edf |
UTF-8 | 隶後lマ゚ | 111010011001101010110110111001011011111010001100111011111011110110001100111011111011111010001111111011111011111010011111 | e99ab6e5be8cefbd8cefbe8fefbe9f |
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)