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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 髫ア逡キ貎ョ^ | 11101001100110101011000111100111100101011011011111100110101111011010111001011110 | e99ab1e795b7e6bdae5e |
EUC-JP | 髫ア逡キ貎ョ^ | 11110001111110101000111010110001111011011111010110001110101101111110110010111111100011101010111001011110 | f1fa8eb1edf58eb7ecbf8eae5e |
UTF-8 | 髫ア逡キ貎ョ^ | 11101001101010111010101111101111101111011011000111101001100000001010000111101111101111011011011111101000101100101000111011101111101111011010111001011110 | e9ababefbdb1e980a1efbdb7e8b28eefbdae5e |
UHC | ??逡???^ | 0011111100111111111100011110010000111111001111110011111101011110 | 3f3ff1e43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)