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 | 五??液? | 10001100110111000011111100111111100010010111010000111111 | 8cdc3f3f89743f |
EUC-JP | 五??液? | 10111000110111100011111100111111101100011101010100111111 | b8de3f3fb1d53f |
UTF-8 | 五잌꺽液ㅸ | 111001001011101010010100111011001001111010001100111010101011101010111101111001101011011010110010111000111000010110111000 | e4ba94ec9e8ceababde6b6b2e385b8 |
UHC | 五잌꺽液ㅸ | 11100111111010011001111111100101101100101010100111100100111110111010010011101000 | e7e99fe5b2a9e4fba4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)