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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髫侑シ髫 | 11101001100110101001100011010000101111001110100110011010 | e99a98d0bce99a |
EUC-JP | 髫侑シ髫 | 1111000111111010110100001101001010001110101111001111000111111010 | f1fad0d28ebcf1fa |
UTF-8 | 髫侑シ髫 | 111010011010101110101011111001001011111010010001111011111011110110111100111010011010101110101011 | e9ababe4be91efbdbce9abab |
UHC | ?侑?? | 0011111111101010111000100011111100111111 | 3feae23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)