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 | 項??業? | 10001101100000000011111100111111100010111100011000111111 | 8d803f3f8bc63f |
EUC-JP | 項??業? | 10111001111000000011111100111111101101101100100000111111 | b9e03f3fb6c83f |
UTF-8 | 項㎫왊業팄 | 111010011010000010000101111000111000111010101011111011001001100110001010111001101010010110101101111011011000110010000100 | e9a085e38eabec998ae6a5aded8c84 |
UHC | 項㎫왊業팄 | 11111010101000111010011111100111100111101011101111100101111101101011101101000111 | faa3a7e79ebbe5f6bb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)