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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 蟻艀] | 1000101101100001111001000111100001011101 | 8b61e4785d |
EUC-JP | 蟻艀] | 1011010111000010111001111101100101011101 | b5c2e7d95d |
UTF-8 | 蟻艀] | 11101000100111111011101111101000100010011000000001011101 | e89fbbe889805d |
UHC | 蟻艀] | 1110101111111100110111011011001001011101 | ebfcddb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)