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 | ??細 | 00111111001111111000110111010111 | 3f3f8dd7 |
EUC-JP | ?瘙細 | 001111111000111111001101111100001011101011011001 | 3f8fcdf0bad9 |
UTF-8 | 葉瘙細 | 111011111010010110101110111001111001100010011001111001111011010010110000 | efa5aee79899e7b4b0 |
UHC | 葉瘙細 | 111000001111000111100001110001001110000110101100 | e0f1e1c4e1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)